3
0
Fork 0
forked from mirrors/nixpkgs

haskell-skein: jailbreak to support recent versions of tagged

This commit is contained in:
Peter Simons 2013-08-14 10:21:33 +02:00
parent 48ff02f369
commit ce1c694f4e

View file

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