cryptohash-sha256: the package is marked broken by hackage2nix, but it actually compiles fine
This commit is contained in:
parent
1afc215a08
commit
02bf6b0230
@ -815,8 +815,9 @@ self: super: {
|
|||||||
# https://github.com/haskell-hvr/cryptohash-sha512/pull/5#issuecomment-752796913
|
# https://github.com/haskell-hvr/cryptohash-sha512/pull/5#issuecomment-752796913
|
||||||
cryptohash-sha512 = dontCheck (doJailbreak super.cryptohash-sha512);
|
cryptohash-sha512 = dontCheck (doJailbreak super.cryptohash-sha512);
|
||||||
|
|
||||||
# Depends on tasty < 1.x, which we don't have.
|
# https://github.com/haskell-hvr/cryptohash-sha256/issues/11
|
||||||
cryptohash-sha256 = doJailbreak super.cryptohash-sha256;
|
# Jailbreak is necessary to break out of tasty < 1.x dependency.
|
||||||
|
cryptohash-sha256 = markUnbroken (doJailbreak super.cryptohash-sha256);
|
||||||
|
|
||||||
# Needs tasty-quickcheck ==0.8.*, which we don't have.
|
# Needs tasty-quickcheck ==0.8.*, which we don't have.
|
||||||
cryptohash-sha1 = doJailbreak super.cryptohash-sha1;
|
cryptohash-sha1 = doJailbreak super.cryptohash-sha1;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user