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:
parent
882e660997
commit
d1d0c03d88
@ -14,6 +14,7 @@ cabal.mkDerivation (self: {
|
|||||||
HTTP hxt hxtHttp MaybeT mtl network networkUri parsec transformers
|
HTTP hxt hxtHttp MaybeT mtl network networkUri parsec transformers
|
||||||
];
|
];
|
||||||
testDepends = [ hspec hxt ];
|
testDepends = [ hspec hxt ];
|
||||||
|
doCheck = false;
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://github.com/egonSchiele/HandsomeSoup";
|
homepage = "https://github.com/egonSchiele/HandsomeSoup";
|
||||||
description = "Work with HTML more easily in HXT";
|
description = "Work with HTML more easily in HXT";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user