forked from mirrors/nixpkgs
29 lines
975 B
Nix
29 lines
975 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, async, attoparsec, blazeBuilder, conduit, exceptions
|
|
, filepath, hspec, monadControl, network, primitive, resourcet, stm
|
|
, streamingCommons, text, transformers, transformersBase
|
|
}:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "conduit-extra";
|
|
version = "1.1.4.1";
|
|
sha256 = "18q2d9ga49gldw4i8a5vnncsr712b21ik0160gdw3czqilvf8nbr";
|
|
buildDepends = [
|
|
attoparsec blazeBuilder conduit filepath monadControl network
|
|
primitive resourcet stm streamingCommons text transformers
|
|
transformersBase
|
|
];
|
|
testDepends = [
|
|
async attoparsec blazeBuilder conduit exceptions hspec resourcet
|
|
stm text transformers transformersBase
|
|
];
|
|
doCheck = false;
|
|
meta = {
|
|
homepage = "http://github.com/snoyberg/conduit";
|
|
description = "Batteries included conduit: adapters for common libraries";
|
|
license = self.stdenv.lib.licenses.mit;
|
|
platforms = self.ghc.meta.platforms;
|
|
};
|
|
})
|