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
|
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";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user