summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2019-09-18 15:13:27 +0000
committerPeter Simons <simons@cryp.to>2019-09-22 13:43:09 +0200
commit7832aefa8064aeca26c0a2249897a785067d6aad (patch)
tree3272fea7d037ccb8cb97513c92b87b05e900e2c3 /pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
parent373796c4112fcacca3688f1825d327f012388328 (diff)
downloadnixpkgs-7832aefa8064aeca26c0a2249897a785067d6aad.tar
nixpkgs-7832aefa8064aeca26c0a2249897a785067d6aad.tar.gz
nixpkgs-7832aefa8064aeca26c0a2249897a785067d6aad.tar.bz2
nixpkgs-7832aefa8064aeca26c0a2249897a785067d6aad.tar.lz
nixpkgs-7832aefa8064aeca26c0a2249897a785067d6aad.tar.xz
nixpkgs-7832aefa8064aeca26c0a2249897a785067d6aad.tar.zst
nixpkgs-7832aefa8064aeca26c0a2249897a785067d6aad.zip
haskell-monad-par: disable the test suite when building with ghc-8.8.x
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix b/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
index 49ccfbaf8e5..799f8cc37b4 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
@@ -147,6 +147,7 @@ self: super: {
   });
   tls = self.tls_1_5_1;
   vault = dontHaddock super.vault;
+  monad-par = dontCheck super.monad-par;   # test suite does not compile in monad-par-0.3.4.8
 
   # TODO dont fetch patch if https://github.com/simonmar/alex/issues/140 is resolved
   alex = appendPatch super.alex (pkgs.fetchpatch {