2014-09-21 03:20:48 -07:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2014-10-13 03:46:38 -07:00
|
|
|
{ cabal, async, conduit, conduitExtra, controlMonadLoop, filepath
|
2014-12-12 00:51:04 -08:00
|
|
|
, monadControl, monadsTf, resourcet, semigroups, split, text
|
2014-09-23 05:18:25 -07:00
|
|
|
, transformers, transformersBase
|
2014-09-21 03:20:48 -07:00
|
|
|
}:
|
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "shell-conduit";
|
2014-12-12 00:51:04 -08:00
|
|
|
version = "4.5";
|
|
|
|
sha256 = "1vgqfba6k0nv8nwa48fv2hkr9xlrrfrdh2awgpllrimnh0yww41g";
|
2014-09-21 03:20:48 -07:00
|
|
|
buildDepends = [
|
2014-10-13 03:46:38 -07:00
|
|
|
async conduit conduitExtra controlMonadLoop filepath monadControl
|
2014-12-12 00:51:04 -08:00
|
|
|
monadsTf resourcet semigroups split text transformers
|
2014-09-23 05:18:25 -07:00
|
|
|
transformersBase
|
2014-09-21 03:20:48 -07:00
|
|
|
];
|
|
|
|
meta = {
|
2014-12-12 00:51:04 -08:00
|
|
|
homepage = "https://github.com/chrisdone/shell-conduit";
|
2014-09-21 03:20:48 -07:00
|
|
|
description = "Write shell scripts with Conduit";
|
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
2015-02-07 10:52:36 -08:00
|
|
|
hydraPlatforms = self.stdenv.lib.platforms.none;
|
|
|
|
broken = true;
|
2014-09-21 03:20:48 -07:00
|
|
|
};
|
|
|
|
})
|