summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-common.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2015-02-22 18:43:07 +0100
committerPeter Simons <simons@cryp.to>2015-02-22 19:47:24 +0100
commit7dd6baa3d46b59d0aa58c5142b436f94e365793d (patch)
tree5906b4bdd9b6b727ed2d52ff4a564b92000a5330 /pkgs/development/haskell-modules/configuration-common.nix
parentee698e5de8152c87fc9f41ef04e9207f54414ca1 (diff)
downloadnixpkgs-7dd6baa3d46b59d0aa58c5142b436f94e365793d.tar
nixpkgs-7dd6baa3d46b59d0aa58c5142b436f94e365793d.tar.gz
nixpkgs-7dd6baa3d46b59d0aa58c5142b436f94e365793d.tar.bz2
nixpkgs-7dd6baa3d46b59d0aa58c5142b436f94e365793d.tar.lz
nixpkgs-7dd6baa3d46b59d0aa58c5142b436f94e365793d.tar.xz
nixpkgs-7dd6baa3d46b59d0aa58c5142b436f94e365793d.tar.zst
nixpkgs-7dd6baa3d46b59d0aa58c5142b436f94e365793d.zip
haskell-ersatz cannot compile its test suite.
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-common.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index f105cd329c3..ceb85e1564f 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -538,7 +538,7 @@ self: super: {
   wxcore = super.wxcore.override { wxGTK = pkgs.wxGTK29; };
 
   # Depends on QuickCheck 1.x.
-  ersatz = super.ersatz.override { QuickCheck = self.QuickCheck_1_2_0_1; };
+  ersatz = dontCheck (super.ersatz.override { QuickCheck = self.QuickCheck_1_2_0_1; }); # https://github.com/ekmett/ersatz/issues/8
   HaVSA = super.HaVSA.override { QuickCheck = self.QuickCheck_1_2_0_1; };
   lhc = super.lhc.override { QuickCheck = self.QuickCheck_1_2_0_1; };
   test-framework-quickcheck = super.test-framework-quickcheck.override { QuickCheck = self.QuickCheck_1_2_0_1; };