From b64e2a310ac197a887cfdaebc33d1825c0854b80 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Tue, 23 Sep 2014 14:17:48 +0200 Subject: [PATCH] haskell-http-common: update to version 0.7.2.0 --- 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 da60083936c..61c76e55842 100644 --- a/pkgs/development/libraries/haskell/http-common/default.nix +++ b/pkgs/development/libraries/haskell/http-common/default.nix @@ -6,8 +6,8 @@ cabal.mkDerivation (self: { pname = "http-common"; - version = "0.7.1.1"; - sha256 = "1a0szaqs1halrv4kx57g2hd4vcdhks7pfal0hyq19af2pncaz1h8"; + version = "0.7.2.0"; + sha256 = "0w83qz35aaxc2k3qqpamh8anqxr7w3vym5qh40w1a8n4x00pm960"; buildDepends = [ base64Bytestring blazeBuilder caseInsensitive mtl network text transformers unorderedContainers