Merge pull request #4704 from jkarni/jkarni/pipesShell
Add haskell package pipes-shell
This commit is contained in:
commit
14cef95e84
23
pkgs/development/libraries/haskell/pipes-shell/default.nix
Normal file
23
pkgs/development/libraries/haskell/pipes-shell/default.nix
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||||
|
|
||||||
|
{ cabal, async, hspec, pipes, pipesBytestring, pipesSafe, stm
|
||||||
|
, stmChans, text
|
||||||
|
}:
|
||||||
|
|
||||||
|
cabal.mkDerivation (self: {
|
||||||
|
pname = "pipes-shell";
|
||||||
|
version = "0.1.2";
|
||||||
|
sha256 = "18ikjkppds7k9fgjn39qvdp8avj8vv3csiqcrhgrpfqy1d0hgrlw";
|
||||||
|
buildDepends = [
|
||||||
|
async pipes pipesBytestring pipesSafe stm stmChans text
|
||||||
|
];
|
||||||
|
testDepends = [
|
||||||
|
async hspec pipes pipesBytestring pipesSafe stm stmChans text
|
||||||
|
];
|
||||||
|
doCheck = false;
|
||||||
|
meta = {
|
||||||
|
description = "Create proper Pipes from System.Process";
|
||||||
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
|
platforms = self.ghc.meta.platforms;
|
||||||
|
};
|
||||||
|
})
|
@ -1984,6 +1984,8 @@ self : let callPackage = x : y : modifyPrio (newScope self x y); in
|
|||||||
|
|
||||||
pipesSafe = callPackage ../development/libraries/haskell/pipes-safe {};
|
pipesSafe = callPackage ../development/libraries/haskell/pipes-safe {};
|
||||||
|
|
||||||
|
pipesShell = callPackage ../development/libraries/haskell/pipes-shell {};
|
||||||
|
|
||||||
pipesText = callPackage ../development/libraries/haskell/pipes-text {};
|
pipesText = callPackage ../development/libraries/haskell/pipes-text {};
|
||||||
|
|
||||||
pipesZlib = callPackage ../development/libraries/haskell/pipes-zlib {};
|
pipesZlib = callPackage ../development/libraries/haskell/pipes-zlib {};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user