forked from mirrors/nixpkgs
haskell-skein: jailbreak to support recent versions of tagged
This commit is contained in:
parent
48ff02f369
commit
ce1c694f4e
|
@ -6,6 +6,7 @@ cabal.mkDerivation (self: {
|
|||
sha256 = "15vzydywhwjdgybabvv6lfk1vjs7blvs3k2apwxjdjh2q7jmgkam";
|
||||
buildDepends = [ cereal cryptoApi tagged ];
|
||||
testDepends = [ cereal cryptoApi filepath hspec tagged ];
|
||||
jailbreak = true;
|
||||
meta = {
|
||||
homepage = "https://github.com/meteficha/skein";
|
||||
description = "Skein, a family of cryptographic hash functions. Includes Skein-MAC as well.";
|
||||
|
|
Loading…
Reference in a new issue