22 lines
725 B
Nix
22 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.3";
|
|
sha256 = "1f82ncdsi4w63r48aj7679hii0hkd46drdz3bdgwxqx2yynjmlj8";
|
|
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;
|
|
};
|
|
})
|