haskell-cryptohash-sha256: jailbreak to fix build with recent tasty-quickcheck

wip/yesman
Peter Simons 7 years ago
parent 2a742f6aef
commit a5d5d03a97
  1. 3
      pkgs/development/haskell-modules/configuration-common.nix

@ -981,4 +981,7 @@ self: super: {
# Needs QuickCheck >=2.4 && <2.10, which we don't have.
edit-distance = doJailbreak super.edit-distance;
# Needs tasty-quickcheck ==0.8.*, which we don't have.
cryptohash-sha256 = doJailbreak super.cryptohash-sha256;
}

Loading…
Cancel
Save