mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
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
|
||||
];
|
||||
testDepends = [ hspec hxt ];
|
||||
doCheck = false;
|
||||
meta = {
|
||||
homepage = "https://github.com/egonSchiele/HandsomeSoup";
|
||||
description = "Work with HTML more easily in HXT";
|
||||
|
|
Loading…
Reference in a new issue