nixpkgs/pkgs/development/libraries/haskell/simple-conduit/default.nix
2014-08-04 16:52:28 +02:00

26 lines
959 B
Nix

# This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, bifunctors, chunkedData, either, exceptions, filepath
, free, liftedAsync, liftedBase, mmorph, monadControl
, monoTraversable, mtl, mwcRandom, primitive, semigroups, stm
, streamingCommons, text, transformers, transformersBase, vector
}:
cabal.mkDerivation (self: {
pname = "simple-conduit";
version = "0.5.1";
sha256 = "1jy70cdw2h6fd2618dczajml5k82kkjmd2n0mgbby2mr6r3sk5zr";
buildDepends = [
bifunctors chunkedData either exceptions filepath free liftedAsync
liftedBase mmorph monadControl monoTraversable mtl mwcRandom
primitive semigroups stm streamingCommons text transformers
transformersBase vector
];
meta = {
homepage = "http://github.com/jwiegley/simple-conduit";
description = "A simple streaming I/O library based on monadic folds";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
};
})