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: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "cryptohash-conduit";
|
pname = "cryptohash-conduit";
|
||||||
version = "0.1.0";
|
version = "0.1.1";
|
||||||
sha256 = "08x45dy5crxc63gd4psryrzprz7lc5hbzjl23q56c3iqbvrx2r7w";
|
sha256 = "1kmlskgb0jx8hkzdncr24aqir9k1kyfcb2rypvkdld1yin4nslga";
|
||||||
buildDepends = [ conduit cryptohash transformers ];
|
buildDepends = [
|
||||||
|
conduit conduitExtra cryptohash resourcet transformers
|
||||||
|
];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://github.com/vincenthz/hs-cryptohash-conduit";
|
homepage = "http://github.com/vincenthz/hs-cryptohash-conduit";
|
||||||
description = "cryptohash conduit";
|
description = "cryptohash conduit";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user