haskell-network-uri: disable test suite to fix the build

https://github.com/haskell/network-uri/issues/4
This commit is contained in:
Peter Simons 2014-09-03 11:05:07 +02:00
parent f82bf82465
commit 9f22ed986b

View file

@ -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";