hoogle: disable test suite to fix the build
See issue <https://github.com/ndmitchell/hoogle/issues/43>.
This commit is contained in:
@@ -16,6 +16,7 @@ cabal.mkDerivation (self: {
|
|||||||
tagsoup text time transformers uniplate wai warp
|
tagsoup text time transformers uniplate wai warp
|
||||||
];
|
];
|
||||||
testDepends = [ filepath ];
|
testDepends = [ filepath ];
|
||||||
|
doCheck = false;
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://www.haskell.org/hoogle/";
|
homepage = "http://www.haskell.org/hoogle/";
|
||||||
description = "Haskell API Search";
|
description = "Haskell API Search";
|
||||||
|
|||||||
Reference in New Issue
Block a user