From c9a9d814716aac33e386c73a58a86e35f5b0e310 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 2 Feb 2012 10:52:12 +0000 Subject: [PATCH] haskell-conduit: updated to version 0.1.1.1 svn path=/nixpkgs/trunk/; revision=31976 --- pkgs/development/libraries/haskell/conduit/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/libraries/haskell/conduit/default.nix b/pkgs/development/libraries/haskell/conduit/default.nix index 38285492dd41..bd8d1632af24 100644 --- a/pkgs/development/libraries/haskell/conduit/default.nix +++ b/pkgs/development/libraries/haskell/conduit/default.nix @@ -4,8 +4,8 @@ cabal.mkDerivation (self: { pname = "conduit"; - version = "0.0.4"; - sha256 = "1sc14nh21ba85azm4my5qnllnlbmsq5j6h1yd1mdsk2z3fb0x5zz"; + version = "0.1.1.1"; + sha256 = "0gqkk5q329xbw565xd9xc0pz2ha66jkdbbjgwadvrjw1n52vaqg5"; buildDepends = [ liftedBase monadControl text transformers transformersBase ];