mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-10 23:13:56 +00:00
23 lines
712 B
Nix
23 lines
712 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, conduit, conduitExtra, controlMonadLoop, filepath
|
|
, monadControl, monadsTf, resourcet, semigroups, split, text, these
|
|
, transformers, transformersBase
|
|
}:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "shell-conduit";
|
|
version = "3.0";
|
|
sha256 = "07x920j52zjqh3lpfam5f1nhsgqbcgz458dbrwxsmsn3cnqf2qd6";
|
|
buildDepends = [
|
|
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;
|
|
};
|
|
})
|