about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2018-10-19 11:32:17 +0200
committerPeter Simons <simons@cryp.to>2018-10-19 14:44:22 +0200
commit1643a57fd0d1a70fbc25ffea01d1e2d9a018affb (patch)
tree72d8ea3f47d5677093c896cabd01989d8aff834e /pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix
parent60744d784a11dcfce8cb449280f246240bb5ccb5 (diff)
downloadnixlib-1643a57fd0d1a70fbc25ffea01d1e2d9a018affb.tar
nixlib-1643a57fd0d1a70fbc25ffea01d1e2d9a018affb.tar.gz
nixlib-1643a57fd0d1a70fbc25ffea01d1e2d9a018affb.tar.bz2
nixlib-1643a57fd0d1a70fbc25ffea01d1e2d9a018affb.tar.lz
nixlib-1643a57fd0d1a70fbc25ffea01d1e2d9a018affb.tar.xz
nixlib-1643a57fd0d1a70fbc25ffea01d1e2d9a018affb.tar.zst
nixlib-1643a57fd0d1a70fbc25ffea01d1e2d9a018affb.zip
haskell-monad-par: disable the test suite to fix the build with ghc-8.6.1
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix b/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix
index f815f44979d6..81076da0e2ac 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix
@@ -89,6 +89,7 @@ self: super: {
   psqueues = dontCheck super.psqueues;    # won't cope with QuickCheck 2.12.x
   system-fileio = dontCheck super.system-fileio;  # avoid dependency on broken "patience"
   unicode-transforms = dontCheck super.unicode-transforms;
+  monad-par = dontCheck super.monad-par;  # https://github.com/simonmar/monad-par/issues/66
 
   # https://github.com/bmillwood/haskell-src-meta/pull/80
   haskell-src-meta = doJailbreak super.haskell-src-meta;