haskell-crypto-conduit: update to version 0.5.1

This commit is contained in:
Peter Simons 2013-04-05 22:43:27 +02:00
parent 00674a8608
commit 841d07492d

View File

@ -1,15 +1,15 @@
{ cabal, cereal, conduit, cryptoApi, cryptocipher, cryptohash { cabal, cereal, conduit, cryptoApi, cryptocipher
, hspec, skein, transformers , cryptohashCryptoapi, hspec, skein, transformers
}: }:
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "crypto-conduit"; pname = "crypto-conduit";
version = "0.5.0"; version = "0.5.1";
sha256 = "0mlf2l784w0wyfjqsxzfdwmn1wb0z1s6mb8kdhw8x1z4a8gy9a92"; sha256 = "04z8z7bipa40xnjr8civ1sj3df2iyvlv929ibkrdqv87gj0qv2dp";
buildDepends = [ cereal conduit cryptoApi transformers ]; buildDepends = [ cereal conduit cryptoApi transformers ];
testDepends = [ testDepends = [
cereal conduit cryptoApi cryptocipher cryptohash hspec skein cereal conduit cryptoApi cryptocipher cryptohashCryptoapi hspec
transformers skein transformers
]; ];
doCheck = false; doCheck = false;
meta = { meta = {