haskell-cryptohash-sha256: avoid jailbreak, which breaks the Cabal file
This commit is contained in:
parent
85c5e8d651
commit
2495f07222
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue