From 9aab7494bc6e4e54143f25a413cbd6b4c19d1e5c Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Mon, 28 Apr 2014 19:17:40 +0200 Subject: [PATCH] haskell-http-conduit: update to version 2.1.2 --- pkgs/development/libraries/haskell/http-conduit/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/libraries/haskell/http-conduit/default.nix b/pkgs/development/libraries/haskell/http-conduit/default.nix index d0ee6945d1c..fc6762c877e 100644 --- a/pkgs/development/libraries/haskell/http-conduit/default.nix +++ b/pkgs/development/libraries/haskell/http-conduit/default.nix @@ -7,8 +7,8 @@ cabal.mkDerivation (self: { pname = "http-conduit"; - version = "2.1.1"; - sha256 = "1xdd7kdxr7jbic2j9rd6gvx637d24wr1lyfnaj02v16x9b0nydjm"; + version = "2.1.2"; + sha256 = "11g79yfgm2fzcy7gwk9f5np4p6fknsbjkm858v8khb4a1gmbrqvn"; buildDepends = [ conduit httpClient httpClientTls httpTypes liftedBase monadControl mtl resourcet transformers