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

This commit is contained in:
Peter Simons 2017-12-19 22:10:41 +01:00
parent 6372613259
commit cde067b3ac

View file

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