haskell-http-types: jailbreak to fix build with recent case-insensitive

This commit is contained in:
Peter Simons 2014-03-31 22:46:41 +02:00
parent 5d68efd230
commit 61fb503eb7

View file

@ -6,6 +6,7 @@ cabal.mkDerivation (self: {
sha256 = "02l1lhl2ajbm5f7zq363nlb21dpdg1m0qsy330arccmds7z9g7a2";
buildDepends = [ blazeBuilder caseInsensitive text ];
testDepends = [ blazeBuilder hspec QuickCheck text ];
jailbreak = true;
meta = {
homepage = "https://github.com/aristidb/http-types";
description = "Generic HTTP types for Haskell (for both client and server code)";