From a98a96bffe0c5f2269e050ca1b9229bb03102719 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sun, 21 Jul 2013 15:37:56 +0200 Subject: [PATCH] haskell-conduit: update to version 1.0.7.3 --- 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 be94e811e8d..8c550065deb 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 = "1.0.7.1"; - sha256 = "1j80kc1nwhsglh991rp9lfawlhr0kc8q8lzglfkda60f0nihiijy"; + version = "1.0.7.3"; + sha256 = "0ih3ymv5m3c66wr9xydc1dxgpvh5b92dyyc7v67li6n3w7dzi6fp"; buildDepends = [ liftedBase mmorph monadControl mtl resourcet text transformers transformersBase void