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

This commit is contained in:
Peter Simons 2017-12-19 22:03:14 +01:00
parent 2a742f6aef
commit a5d5d03a97

View file

@ -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;
}