haskell-network-uri: disable test suite to fix the build
https://github.com/haskell/network-uri/issues/4
This commit is contained in:
parent
f82bf82465
commit
9f22ed986b
@ -13,6 +13,7 @@ cabal.mkDerivation (self: {
|
|||||||
HUnit network testFramework testFrameworkHunit
|
HUnit network testFramework testFrameworkHunit
|
||||||
testFrameworkQuickcheck2
|
testFrameworkQuickcheck2
|
||||||
];
|
];
|
||||||
|
doCheck = false;
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://github.com/haskell/network-uri";
|
homepage = "https://github.com/haskell/network-uri";
|
||||||
description = "URI manipulation";
|
description = "URI manipulation";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user