Skip to content
This repository was archived by the owner on Oct 7, 2020. It is now read-only.

Commit e348acd

Browse files
committed
Avoid building docs for haddock-api
1 parent 51b9739 commit e348acd

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

cabal.project-8.6.5

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
packages:
2+
./
3+
./hie-plugin-api/
4+
5+
-- ./submodules/HaRe
6+
7+
tests: true
8+
9+
-- The build is failing due a cabal bug involving haddock
10+
-- see https://github.com/haskell/haskell-ide-engine/issues/1741
11+
package haddock-api
12+
documentation: False
13+
14+
package haskell-ide-engine
15+
test-show-details: direct
16+
17+
-- Match the flag settings we use in stac builds
18+
constraints:
19+
haskell-ide-engine +pedantic,
20+
hie-plugin-api +pedantic,
21+
ghc-lib-parser == 8.8.2.20200205
22+
23+
write-ghc-environment-files: never
24+
25+
index-state: 2020-05-12T16:28:12Z

0 commit comments

Comments
 (0)