mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 15:11:35 +00:00
24 lines
739 B
Nix
24 lines
739 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, conduit, conduitExtra, controlMonadLoop, hspec, mtl
|
|
, resourcet, shakespeare, shakespeareText, text
|
|
}:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "process-conduit";
|
|
version = "1.2.0.1";
|
|
sha256 = "0hnbywmjvk3y26sc9a0jfqzm04pg08zd2bflld1mvni02s89lvc8";
|
|
buildDepends = [
|
|
conduit controlMonadLoop mtl resourcet shakespeare shakespeareText
|
|
text
|
|
];
|
|
testDepends = [ conduit conduitExtra hspec resourcet ];
|
|
doCheck = false;
|
|
meta = {
|
|
homepage = "http://github.com/snoyberg/process-conduit";
|
|
description = "Conduits for processes (deprecated)";
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
platforms = self.ghc.meta.platforms;
|
|
};
|
|
})
|