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

Commit fe630a1

Browse files
authored
Merge pull request #1773 from jneira/fix-cabal-8.6.5-build
Avoid building docs for haddock-api + cabal + ghc-8.6.5 to fix the install script build
2 parents 60c5d3a + e348acd commit fe630a1

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)