2014-07-14 12:21:41 +01:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2014-03-30 21:06:39 +01:00
|
|
|
{ cabal, conduit, conduitExtra, cryptohash, resourcet, transformers
|
|
|
|
}:
|
2014-03-19 10:44:41 +00:00
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "cryptohash-conduit";
|
2014-03-30 21:06:39 +01:00
|
|
|
version = "0.1.1";
|
|
|
|
sha256 = "1kmlskgb0jx8hkzdncr24aqir9k1kyfcb2rypvkdld1yin4nslga";
|
|
|
|
buildDepends = [
|
|
|
|
conduit conduitExtra cryptohash resourcet transformers
|
|
|
|
];
|
2014-03-19 10:44:41 +00:00
|
|
|
meta = {
|
|
|
|
homepage = "http://github.com/vincenthz/hs-cryptohash-conduit";
|
|
|
|
description = "cryptohash conduit";
|
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
|
|
|
};
|
|
|
|
})
|