dom-selector: Skip tests
I have also filed an issue with the package maintainer at nebuta/dom-selector#3
This commit is contained in:
parent
7bbe9390f9
commit
d77572fb76
|
@ -12,6 +12,7 @@ cabal.mkDerivation (self: {
|
|||
testDepends = [
|
||||
blazeHtml htmlConduit parsec QuickCheck text thLift xmlConduit
|
||||
];
|
||||
doCheck = false;
|
||||
meta = {
|
||||
homepage = "https://github.com/nebuta/";
|
||||
description = "DOM traversal by CSS selectors for xml-conduit package";
|
||||
|
|
Loading…
Reference in New Issue