nixpkgs/pkgs/development/libraries/haskell/shell-conduit/default.nix

23 lines
725 B
Nix
Raw Normal View History

2014-09-21 12:20:48 +02:00
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, async, conduit, conduitExtra, controlMonadLoop, filepath
, monadControl, monadsTf, resourcet, semigroups, split, text, these
, transformers, transformersBase
2014-09-21 12:20:48 +02:00
}:
cabal.mkDerivation (self: {
pname = "shell-conduit";
version = "4.4";
sha256 = "023cqmj5c45d65rcv07m2w1w2b5lhlfhzwv18fxxl3v8s6gr3wb8";
2014-09-21 12:20:48 +02:00
buildDepends = [
async conduit conduitExtra controlMonadLoop filepath monadControl
monadsTf resourcet semigroups split text these transformers
transformersBase
2014-09-21 12:20:48 +02:00
];
meta = {
description = "Write shell scripts with Conduit";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
};
})