haskell-http-types: updated to version 0.6.7

svn path=/nixpkgs/trunk/; revision=30576
This commit is contained in:
Peter Simons 2011-11-27 12:48:40 +00:00
parent 8d4b5bcd0c
commit 59346f354a

View File

@ -2,8 +2,8 @@
cabal.mkDerivation (self: {
pname = "http-types";
version = "0.6.6";
sha256 = "1x1jgfh399a88dc3ms6va12lvq9iih1shxmqm08xzz4fly6v4k7r";
version = "0.6.7";
sha256 = "04bmw5k9gvlh7x4ggmwz7pdc1ik3va0v4icg7nv47ab2w2pn88pb";
isLibrary = true;
isExecutable = true;
buildDepends = [ blazeBuilder caseInsensitive text ];