mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 12:53:59 +03:00
add shell-conduit 1.1
This commit is contained in:
parent
7fedb1baa6
commit
115906c52e
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;
|
||||
};
|
||||
})
|
@ -2213,6 +2213,8 @@ self : let callPackage = x : y : modifyPrio (newScope self x y); in
|
||||
shelly_1_5_3_1 = callPackage ../development/libraries/haskell/shelly {};
|
||||
shelly = self.shelly_1_5_3_1;
|
||||
|
||||
shell-conduit = callPackage ../development/libraries/haskell/shell-conduit {};
|
||||
|
||||
simpleConduit = callPackage ../development/libraries/haskell/simple-conduit {};
|
||||
|
||||
simpleReflect = callPackage ../development/libraries/haskell/simple-reflect {};
|
||||
|
Loading…
Reference in New Issue
Block a user