haskell-HTTP: jailbreak to fix build with GHC 7.7

This commit is contained in:
Peter Simons 2013-10-15 11:28:36 +02:00
parent e7b25c78a5
commit 347132478b

View File

@ -13,6 +13,7 @@ cabal.mkDerivation (self: {
network pureMD5 split testFramework testFrameworkHunit wai warp network pureMD5 split testFramework testFrameworkHunit wai warp
]; ];
doCheck = false; doCheck = false;
jailbreak = true;
meta = { meta = {
homepage = "https://github.com/haskell/HTTP"; homepage = "https://github.com/haskell/HTTP";
description = "A library for client-side HTTP"; description = "A library for client-side HTTP";