haskell-cryptohash-sha256: avoid jailbreak, which breaks the Cabal file

This commit is contained in:
Peter Simons 2018-05-30 00:07:19 +02:00
parent 85c5e8d651
commit 2495f07222

View File

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