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
|
network pureMD5 split testFramework testFrameworkHunit wai warp
|
||||||
];
|
];
|
||||||
jailbreak = true;
|
jailbreak = true;
|
||||||
|
doCheck = false;
|
||||||
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