haskell-cryptohash-sha256: avoid jailbreak, which breaks the Cabal file
This commit is contained in:
parent
85c5e8d651
commit
2495f07222
@ -896,7 +896,7 @@ self: super: {
|
|||||||
pointfree = doJailbreak super.pointfree;
|
pointfree = doJailbreak super.pointfree;
|
||||||
|
|
||||||
# Needs tasty-quickcheck ==0.8.*, which we don't have.
|
# 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-sha1 = doJailbreak super.cryptohash-sha1;
|
||||||
cryptohash-md5 = doJailbreak super.cryptohash-md5;
|
cryptohash-md5 = doJailbreak super.cryptohash-md5;
|
||||||
text-short = doJailbreak super.text-short;
|
text-short = doJailbreak super.text-short;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user