From af44c0b3f8fc6295115b3b04e80f92a417a030e8 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sun, 11 Nov 2012 22:50:41 +0100 Subject: [PATCH] haskell-html-conduit: update to version 0.1.0.4 --- pkgs/development/libraries/haskell/html-conduit/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/libraries/haskell/html-conduit/default.nix b/pkgs/development/libraries/haskell/html-conduit/default.nix index ab0d5b7b969..28216a54815 100644 --- a/pkgs/development/libraries/haskell/html-conduit/default.nix +++ b/pkgs/development/libraries/haskell/html-conduit/default.nix @@ -4,8 +4,8 @@ cabal.mkDerivation (self: { pname = "html-conduit"; - version = "0.1.0.3"; - sha256 = "002862if2i9r0ww4q0iapp0j745970pfcmfpi3ni64k41qfqapsn"; + version = "0.1.0.4"; + sha256 = "1g217856dz1ad545slk020n5w0la4yyd5ygva2gg2g0999padi78"; buildDepends = [ conduit filesystemConduit resourcet systemFilepath tagstreamConduit text transformers xmlConduit xmlTypes