Skip to content

Commit 9e0f604

Browse files
committed
Adapt stack yaml to merged ghcide
1 parent 0279586 commit 9e0f604

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

stack-8.10.3.yaml

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,15 @@ compiler: ghc-8.10.3
33

44
packages:
55
- .
6-
- ./ghcide/hie-compat
6+
- ./hie-compat
77
- ./ghcide/
88
- ./hls-plugin-api
9-
- ./plugins/tactics
10-
- ./plugins/hls-hlint-plugin
9+
# - ./shake-bench
10+
- ./plugins/hls-class-plugin
1111
- ./plugins/hls-explicit-imports-plugin
12+
- ./plugins/hls-hlint-plugin
1213
- ./plugins/hls-retrie-plugin
14+
- ./plugins/tactics
1315

1416
ghc-options:
1517
"$everything": -haddock
@@ -34,6 +36,14 @@ extra-deps:
3436
- semigroups-0.18.5
3537
- temporary-1.2.1.1
3638

39+
configure-options:
40+
ghcide:
41+
- --disable-library-for-ghci
42+
haskell-language-server:
43+
- --disable-library-for-ghci
44+
heapsize:
45+
- --disable-library-for-ghci
46+
3747
flags:
3848
haskell-language-server:
3949
pedantic: true

0 commit comments

Comments
 (0)