25 lines
785 B
Nix
25 lines
785 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, exceptions, hspec, liftedBase, mmorph, monadControl, mtl
|
|
, QuickCheck, resourcet, transformers, transformersBase, void
|
|
}:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "conduit";
|
|
version = "1.2.1";
|
|
sha256 = "0pcnaqvavy289cmsp6mfapc350p9sq2fq8aq9lv5a256nxq2qffa";
|
|
buildDepends = [
|
|
exceptions liftedBase mmorph monadControl mtl resourcet
|
|
transformers transformersBase void
|
|
];
|
|
testDepends = [
|
|
exceptions hspec mtl QuickCheck resourcet transformers void
|
|
];
|
|
doCheck = false;
|
|
meta = {
|
|
homepage = "http://github.com/snoyberg/conduit";
|
|
description = "Streaming data processing library";
|
|
license = self.stdenv.lib.licenses.mit;
|
|
platforms = self.ghc.meta.platforms;
|
|
};
|
|
})
|