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>2017-12-19 22:10:41 +0100
committerPeter Simons <simons@cryp.to>2017-12-20 09:17:46 +0100
commitcde067b3ac67b43b92898ad241427311d9b8ab24 (patch)
tree0a70a1c34851f7873031d3710285f778c2416771 /pkgs/development/haskell-modules/configuration-common.nix
parent637261325950ca3c66ba1ff27522033f3a59ea6c (diff)
downloadnixlib-cde067b3ac67b43b92898ad241427311d9b8ab24.tar
nixlib-cde067b3ac67b43b92898ad241427311d9b8ab24.tar.gz
nixlib-cde067b3ac67b43b92898ad241427311d9b8ab24.tar.bz2
nixlib-cde067b3ac67b43b92898ad241427311d9b8ab24.tar.lz
nixlib-cde067b3ac67b43b92898ad241427311d9b8ab24.tar.xz
nixlib-cde067b3ac67b43b92898ad241427311d9b8ab24.tar.zst
nixlib-cde067b3ac67b43b92898ad241427311d9b8ab24.zip
haskell-cryptohash-*: jailbreak to fix build with recent tasty-quickcheck
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-common.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index 145f2351ff5f..721596f6c576 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -982,5 +982,7 @@ self: super: {
 
   # Needs tasty-quickcheck ==0.8.*, which we don't have.
   cryptohash-sha256 = doJailbreak super.cryptohash-sha256;
+  cryptohash-sha1 = doJailbreak super.cryptohash-sha1;
+  cryptohash-md5 = doJailbreak super.cryptohash-md5;
 
 }