forked from mirrors/nixpkgs
haskell-process-conduit: update to version 1.2.0.1
This commit is contained in:
parent
0ce81c8df2
commit
285cd02b3e
|
@ -1,22 +1,22 @@
|
|||
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||
|
||||
{ cabal, conduit, controlMonadLoop, hspec, mtl, resourcet
|
||||
, shakespeare, shakespeareText, text
|
||||
{ cabal, conduit, conduitExtra, controlMonadLoop, hspec, mtl
|
||||
, resourcet, shakespeare, shakespeareText, text
|
||||
}:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "process-conduit";
|
||||
version = "1.1.0.0";
|
||||
sha256 = "1b3snck651cpb7i3c78cn264zrjan3lzydf59209abkvb6fv1hql";
|
||||
version = "1.2.0.1";
|
||||
sha256 = "0hnbywmjvk3y26sc9a0jfqzm04pg08zd2bflld1mvni02s89lvc8";
|
||||
buildDepends = [
|
||||
conduit controlMonadLoop mtl resourcet shakespeare shakespeareText
|
||||
text
|
||||
];
|
||||
testDepends = [ conduit hspec ];
|
||||
testDepends = [ conduit conduitExtra hspec resourcet ];
|
||||
doCheck = false;
|
||||
meta = {
|
||||
homepage = "http://github.com/tanakh/process-conduit";
|
||||
description = "Conduits for processes";
|
||||
homepage = "http://github.com/snoyberg/process-conduit";
|
||||
description = "Conduits for processes (deprecated)";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue