mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
haskell-conduit: update to version 1.0.4.1
This commit is contained in:
parent
17a4e0f13c
commit
9497164f61
1 changed files with 2 additions and 3 deletions
|
@ -4,8 +4,8 @@
|
|||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "conduit";
|
||||
version = "1.0.4";
|
||||
sha256 = "1y97wc273i3qvq4nqp9kr3bgl8mca257hv92f3lbq2wzqkr5vahk";
|
||||
version = "1.0.4.1";
|
||||
sha256 = "1fihn6ixs6cmim5y605w2mzjrcwplr58r835wq9k3arb25d5wnys";
|
||||
buildDepends = [
|
||||
liftedBase mmorph monadControl resourcet text transformers
|
||||
transformersBase void
|
||||
|
@ -13,7 +13,6 @@ cabal.mkDerivation (self: {
|
|||
testDepends = [
|
||||
doctest hspec QuickCheck resourcet text transformers void
|
||||
];
|
||||
jailbreak = true;
|
||||
meta = {
|
||||
homepage = "http://github.com/snoyberg/conduit";
|
||||
description = "Streaming data processing library";
|
||||
|
|
Loading…
Reference in a new issue