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

Commit b7f93ee

Browse files
committed
Add specific cabal.project for ghc-8.8.2
1 parent b46a531 commit b7f93ee

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

cabal.project-8.8.2

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
packages:
2+
./
3+
./hie-plugin-api/
4+
5+
-- ./submodules/HaRe
6+
7+
-- To avoid build error with ghc-8.8.2
8+
-- See https://github.com/haskell/haddock/issues/1123
9+
source-repository-package
10+
type: git
11+
location: https://github.com/haskell/haddock.git
12+
subdir: haddock-api
13+
tag: be8b02c4e3cffe7d45b3dad0a0f071d35a274d65
14+
15+
source-repository-package
16+
type: git
17+
location: https://github.com/jneira/cabal-helper.git
18+
tag: ffb1f57a5ffc6b7ac3c46a9974c4420a6d2bb9b2
19+
20+
tests: true
21+
22+
package haskell-ide-engine
23+
test-show-details: direct
24+
25+
-- Match the flag settings we use in stac builds
26+
constraints:
27+
haskell-ide-engine +pedantic
28+
hie-plugin-api +pedantic
29+
30+
write-ghc-environment-files: never
31+
32+
index-state: 2020-02-05T07:49:28Z

0 commit comments

Comments
 (0)