From 930150bf4bfece6177dd33ffed337ecc86944216 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 17 Jan 2014 10:40:21 +0100 Subject: [PATCH] haskell-http-common: update to version 0.7.1.1 --- pkgs/development/libraries/haskell/http-common/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/libraries/haskell/http-common/default.nix b/pkgs/development/libraries/haskell/http-common/default.nix index ddddd0697555..8b0f15d136b4 100644 --- a/pkgs/development/libraries/haskell/http-common/default.nix +++ b/pkgs/development/libraries/haskell/http-common/default.nix @@ -4,8 +4,8 @@ cabal.mkDerivation (self: { pname = "http-common"; - version = "0.7.0.1"; - sha256 = "1brflygyf8y60jilrl6p8jdr5k5zwcqpdhj6j51vj9n4gsnr6a8d"; + version = "0.7.1.1"; + sha256 = "1a0szaqs1halrv4kx57g2hd4vcdhks7pfal0hyq19af2pncaz1h8"; buildDepends = [ base64Bytestring blazeBuilder caseInsensitive mtl network text transformers unorderedContainers