hoogle: disable test suite to fix the build

See issue <https://github.com/ndmitchell/hoogle/issues/43>.
This commit is contained in:
Peter Simons 2013-12-10 21:47:39 +01:00
parent 43070fe84f
commit 6cd149f2a9

View file

@ -16,6 +16,7 @@ cabal.mkDerivation (self: {
tagsoup text time transformers uniplate wai warp
];
testDepends = [ filepath ];
doCheck = false;
meta = {
homepage = "http://www.haskell.org/hoogle/";
description = "Haskell API Search";