summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2018-05-30 00:07:19 +0200
committerPeter Simons <simons@cryp.to>2018-05-30 03:46:16 +0200
commit2495f07222284e8619cab2402d3ce946d17ae211 (patch)
tree9de2fdcf2593dc0ae8751c66e1b213f51736430c /pkgs/development
parent85c5e8d65165fe414a6904b84c4c233f5f46bdbc (diff)
downloadnixlib-2495f07222284e8619cab2402d3ce946d17ae211.tar
nixlib-2495f07222284e8619cab2402d3ce946d17ae211.tar.gz
nixlib-2495f07222284e8619cab2402d3ce946d17ae211.tar.bz2
nixlib-2495f07222284e8619cab2402d3ce946d17ae211.tar.lz
nixlib-2495f07222284e8619cab2402d3ce946d17ae211.tar.xz
nixlib-2495f07222284e8619cab2402d3ce946d17ae211.tar.zst
nixlib-2495f07222284e8619cab2402d3ce946d17ae211.zip
haskell-cryptohash-sha256: avoid jailbreak, which breaks the Cabal file
Diffstat (limited to 'pkgs/development')
-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 0638b7cc98f3..08f68ea31f4a 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -896,7 +896,7 @@ self: super: {
   pointfree = doJailbreak super.pointfree;
 
   # Needs tasty-quickcheck ==0.8.*, which we don't have.
-  cryptohash-sha256 = doJailbreak super.cryptohash-sha256;
+  cryptohash-sha256 = dontCheck super.cryptohash-sha256;
   cryptohash-sha1 = doJailbreak super.cryptohash-sha1;
   cryptohash-md5 = doJailbreak super.cryptohash-md5;
   text-short = doJailbreak super.text-short;