forked from mirrors/nixpkgs
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
|
||||
testFrameworkQuickcheck2
|
||||
];
|
||||
doCheck = false;
|
||||
meta = {
|
||||
homepage = "https://github.com/haskell/network-uri";
|
||||
description = "URI manipulation";
|
||||
|
|
Loading…
Reference in a new issue