3
0
Fork 0
forked from mirrors/nixpkgs

haskell-HandsomeSoup: disable test suite to fix the build

The package doesn't seem to support recent versions of hspec.

https://github.com/egonSchiele/HandsomeSoup/issues/26
This commit is contained in:
Peter Simons 2014-10-19 15:17:38 +02:00
parent 882e660997
commit d1d0c03d88

View file

@ -14,6 +14,7 @@ cabal.mkDerivation (self: {
HTTP hxt hxtHttp MaybeT mtl network networkUri parsec transformers
];
testDepends = [ hspec hxt ];
doCheck = false;
meta = {
homepage = "https://github.com/egonSchiele/HandsomeSoup";
description = "Work with HTML more easily in HXT";