haskell-HTTP-4000.2.13: disable test suite to fix the build
https://github.com/haskell/HTTP/issues/60
This commit is contained in:
parent
cfb6902526
commit
a2ae6ebb7b
@ -13,6 +13,7 @@ cabal.mkDerivation (self: {
|
||||
network pureMD5 split testFramework testFrameworkHunit wai warp
|
||||
];
|
||||
jailbreak = true;
|
||||
doCheck = false;
|
||||
meta = {
|
||||
homepage = "https://github.com/haskell/HTTP";
|
||||
description = "A library for client-side HTTP";
|
||||
|
Loading…
Reference in New Issue
Block a user