3
0
Fork 0
forked from mirrors/nixpkgs

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
];
doCheck = false;
jailbreak = true;
meta = {
homepage = "https://github.com/haskell/HTTP";
description = "A library for client-side HTTP";