mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
haskell-conduit: update to 1.2.3.1
This commit is contained in:
parent
b4bd89eccf
commit
28fcd16af2
1 changed files with 6 additions and 7 deletions
|
@ -1,21 +1,20 @@
|
|||
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||
|
||||
{ cabal, exceptions, hspec, liftedBase, mmorph, monadControl, mtl
|
||||
, QuickCheck, resourcet, safe, transformers, transformersBase, void
|
||||
{ cabal, exceptions, hspec, liftedBase, mmorph, mtl, QuickCheck
|
||||
, resourcet, safe, transformers, transformersBase, void
|
||||
}:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "conduit";
|
||||
version = "1.2.3";
|
||||
sha256 = "1n4cc5mij9q5wrnm394a2dka7vbnnr9c2kg5d3f4sl1fh156lf6n";
|
||||
version = "1.2.3.1";
|
||||
sha256 = "04n330f9iad6asmry81aqvb7wyh7b962d6pvcfnpm327z4llnvbq";
|
||||
buildDepends = [
|
||||
exceptions liftedBase mmorph monadControl mtl resourcet
|
||||
transformers transformersBase void
|
||||
exceptions liftedBase mmorph mtl resourcet transformers
|
||||
transformersBase void
|
||||
];
|
||||
testDepends = [
|
||||
exceptions hspec mtl QuickCheck resourcet safe transformers void
|
||||
];
|
||||
doCheck = false;
|
||||
meta = {
|
||||
homepage = "http://github.com/snoyberg/conduit";
|
||||
description = "Streaming data processing library";
|
||||
|
|
Loading…
Reference in a new issue