haskell-HTTP: jailbreak to fix build with GHC 7.7
This commit is contained in:
parent
e7b25c78a5
commit
347132478b
@ -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";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user