dom-selector: Skip tests

I have also filed an issue with the package maintainer at nebuta/dom-selector#3
This commit is contained in:
Cody Goodman 2014-07-14 00:58:00 -05:00
parent 7bbe9390f9
commit d77572fb76
1 changed files with 1 additions and 0 deletions

View File

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