From 6aa43976a7bead139ac522623b9dc1251246fe9c Mon Sep 17 00:00:00 2001 From: Aristid Breitkreuz Date: Mon, 16 Feb 2015 21:06:29 +0100 Subject: [PATCH] update http-types --- pkgs/development/libraries/haskell/http-types/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/libraries/haskell/http-types/default.nix b/pkgs/development/libraries/haskell/http-types/default.nix index 35fa96dd1a50..f07cb5581f89 100644 --- a/pkgs/development/libraries/haskell/http-types/default.nix +++ b/pkgs/development/libraries/haskell/http-types/default.nix @@ -6,8 +6,8 @@ cabal.mkDerivation (self: { pname = "http-types"; - version = "0.8.5"; - sha256 = "0d282sf3xyk5makhnwfm2k9mgw1fkh07kasmy85fiwjkc1447ciw"; + version = "0.8.6"; + sha256 = "1q1ni88rs8d79xnk1x2jaf3848ygxlfhpvv4gw46k08lw29ihfxh"; buildDepends = [ blazeBuilder caseInsensitive text ]; testDepends = [ blazeBuilder doctest hspec QuickCheck quickcheckInstances text