3
0
Fork 0
forked from mirrors/nixpkgs

haskell-http-types: update to version 0.8.1

This commit is contained in:
Peter Simons 2013-09-02 13:20:17 +02:00
parent dd3531c2b5
commit c4e1f8ee8a

View file

@ -2,8 +2,8 @@
cabal.mkDerivation (self: {
pname = "http-types";
version = "0.8.0";
sha256 = "14d1gzgwhinkwx3lmc6hvqj6ivjrvy4m6fm2walnyk1zv24zli75";
version = "0.8.1";
sha256 = "07hxxlhgnwsvjr2dzqbswwwkjxwsc0pk6shpkvzgclrsyn3xrg7p";
buildDepends = [ blazeBuilder caseInsensitive text ];
testDepends = [ blazeBuilder hspec QuickCheck text ];
meta = {