summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2017-12-19 23:29:20 +0100
committerPeter Simons <simons@cryp.to>2017-12-20 09:17:46 +0100
commit4ab89998918f615c05010ab2f05ec2b52e76bbcf (patch)
tree22bf0048267baa1c0561792720dcc588d415d1ab /pkgs
parent69228083724cb851c3ff54333ad46de156f642c9 (diff)
downloadnixpkgs-4ab89998918f615c05010ab2f05ec2b52e76bbcf.tar
nixpkgs-4ab89998918f615c05010ab2f05ec2b52e76bbcf.tar.gz
nixpkgs-4ab89998918f615c05010ab2f05ec2b52e76bbcf.tar.bz2
nixpkgs-4ab89998918f615c05010ab2f05ec2b52e76bbcf.tar.lz
nixpkgs-4ab89998918f615c05010ab2f05ec2b52e76bbcf.tar.xz
nixpkgs-4ab89998918f615c05010ab2f05ec2b52e76bbcf.tar.zst
nixpkgs-4ab89998918f615c05010ab2f05ec2b52e76bbcf.zip
haskell-store: disable test suite to fix build with recent versions of smallcheck
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index dc14b2157c4..960cab95211 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -998,4 +998,7 @@ self: super: {
   genvalidity-property = doJailbreak super.genvalidity-property;
   path = dontCheck super.path;
 
+  # Duplicate instance with smallcheck.
+  store = dontCheck super.store;
+
 }