24 lines
773 B
Nix
24 lines
773 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
|
|
, transformers, transformersBase
|
|
}:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "shell-conduit";
|
|
version = "4.5";
|
|
sha256 = "1vgqfba6k0nv8nwa48fv2hkr9xlrrfrdh2awgpllrimnh0yww41g";
|
|
buildDepends = [
|
|
async conduit conduitExtra controlMonadLoop filepath monadControl
|
|
monadsTf resourcet semigroups split text transformers
|
|
transformersBase
|
|
];
|
|
meta = {
|
|
homepage = "https://github.com/chrisdone/shell-conduit";
|
|
description = "Write shell scripts with Conduit";
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
platforms = self.ghc.meta.platforms;
|
|
};
|
|
})
|