haskell-hoogle: disable test suite to fix the build
Running 1 test suites... Test suite hoogle-test: RUNNING... hoogle-test: datadir/testdata.txt: openFile: does not exist (No such file or directory) Test suite hoogle-test: FAIL Test suite logged to: dist/test/hoogle-4.2.19-hoogle-test.log 0 of 1 test suites (0 of 1 test cases) passed.
This commit is contained in:
parent
3bf9a5a773
commit
384292b4d5
@ -19,6 +19,7 @@ cabal.mkDerivation (self: {
|
||||
testDepends = [
|
||||
conduit hspec hspecExpectations HUnit systemFileio transformers
|
||||
];
|
||||
doCheck = false;
|
||||
meta = {
|
||||
homepage = "http://www.haskell.org/hoogle/";
|
||||
description = "Haskell API Search";
|
||||
|
Loading…
Reference in New Issue
Block a user