From 742f6e13636cf8a3d18dd795082677772915369d Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Tue, 1 Nov 2011 19:03:05 +0000 Subject: [PATCH] haskell-http-types: updated to version 0.6.6 svn path=/nixpkgs/trunk/; revision=30170 --- 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 4966803af36..6e179063c8d 100644 --- a/pkgs/development/libraries/haskell/http-types/default.nix +++ b/pkgs/development/libraries/haskell/http-types/default.nix @@ -2,8 +2,8 @@ cabal.mkDerivation (self: { pname = "http-types"; - version = "0.6.5.1"; - sha256 = "1gmf5ghfm8hzifinknyk10m7ayxkn48h1l0mchi2vl6h5rg0nnca"; + version = "0.6.6"; + sha256 = "1x1jgfh399a88dc3ms6va12lvq9iih1shxmqm08xzz4fly6v4k7r"; isLibrary = true; isExecutable = true; buildDepends = [ blazeBuilder caseInsensitive text ];