haskell-cryptohash-conduit: update to version 0.1.1
This commit is contained in:
parent
b0b0d8603c
commit
5996a836a6
@ -1,10 +1,13 @@
|
||||
{ cabal, conduit, cryptohash, transformers }:
|
||||
{ cabal, conduit, conduitExtra, cryptohash, resourcet, transformers
|
||||
}:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "cryptohash-conduit";
|
||||
version = "0.1.0";
|
||||
sha256 = "08x45dy5crxc63gd4psryrzprz7lc5hbzjl23q56c3iqbvrx2r7w";
|
||||
buildDepends = [ conduit cryptohash transformers ];
|
||||
version = "0.1.1";
|
||||
sha256 = "1kmlskgb0jx8hkzdncr24aqir9k1kyfcb2rypvkdld1yin4nslga";
|
||||
buildDepends = [
|
||||
conduit conduitExtra cryptohash resourcet transformers
|
||||
];
|
||||
meta = {
|
||||
homepage = "http://github.com/vincenthz/hs-cryptohash-conduit";
|
||||
description = "cryptohash conduit";
|
||||
|
Loading…
Reference in New Issue
Block a user