hoogle: disable test suite to fix the build
See issue <https://github.com/ndmitchell/hoogle/issues/43>.
This commit is contained in:
parent
43070fe84f
commit
6cd149f2a9
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user