2014-09-21 12:20:48 +02:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
|
|
|
{ cabal, conduit, conduitExtra, controlMonadLoop, filepath
|
2014-09-23 14:18:25 +02:00
|
|
|
, monadControl, monadsTf, resourcet, semigroups, split, text, these
|
|
|
|
, transformers, transformersBase
|
2014-09-21 12:20:48 +02:00
|
|
|
}:
|
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "shell-conduit";
|
2014-09-23 14:18:25 +02:00
|
|
|
version = "3.0";
|
|
|
|
sha256 = "07x920j52zjqh3lpfam5f1nhsgqbcgz458dbrwxsmsn3cnqf2qd6";
|
2014-09-21 12:20:48 +02:00
|
|
|
buildDepends = [
|
|
|
|
conduit conduitExtra controlMonadLoop filepath monadControl
|
2014-09-23 14:18:25 +02:00
|
|
|
monadsTf resourcet semigroups split text these transformers
|
|
|
|
transformersBase
|
2014-09-21 12:20:48 +02:00
|
|
|
];
|
|
|
|
meta = {
|
|
|
|
description = "Write shell scripts with Conduit";
|
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
|
|
|
};
|
|
|
|
})
|