1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00
nixpkgs/pkgs/development/libraries/haskell/shell-conduit/default.nix
2014-11-07 23:22:27 +01:00

23 lines
725 B
Nix

# 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
}:
cabal.mkDerivation (self: {
pname = "shell-conduit";
version = "4.4";
sha256 = "023cqmj5c45d65rcv07m2w1w2b5lhlfhzwv18fxxl3v8s6gr3wb8";
buildDepends = [
async conduit conduitExtra controlMonadLoop filepath monadControl
monadsTf resourcet semigroups split text these transformers
transformersBase
];
meta = {
description = "Write shell scripts with Conduit";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
};
})