add shell-conduit 1.1
This commit is contained in:
21
pkgs/development/libraries/haskell/shell-conduit/default.nix
Normal file
21
pkgs/development/libraries/haskell/shell-conduit/default.nix
Normal file
@@ -0,0 +1,21 @@
|
||||
# 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;
|
||||
};
|
||||
})
|
||||
Reference in New Issue
Block a user