22 lines
672 B
Nix
22 lines
672 B
Nix
![]() |
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||
|
|
||
|
{ cabal, conduit, conduitExtra, controlMonadLoop, filepath
|
||
|
, monadControl, monadsTf, resourcet, split, text, transformers
|
||
|
, transformersBase
|
||
|
}:
|
||
|
|
||
|
cabal.mkDerivation (self: {
|
||
|
pname = "shell-conduit";
|
||
|
version = "1.1";
|
||
|
sha256 = "0sv4v1675qrn46j5qwq739al6jj7vqwc61lsyb513nlgw0cwgvr9";
|
||
|
buildDepends = [
|
||
|
conduit conduitExtra controlMonadLoop filepath monadControl
|
||
|
monadsTf resourcet split text transformers transformersBase
|
||
|
];
|
||
|
meta = {
|
||
|
description = "Write shell scripts with Conduit";
|
||
|
license = self.stdenv.lib.licenses.bsd3;
|
||
|
platforms = self.ghc.meta.platforms;
|
||
|
};
|
||
|
})
|