File tree Expand file tree Collapse file tree 1 file changed +13
-3
lines changed Expand file tree Collapse file tree 1 file changed +13
-3
lines changed Original file line number Diff line number Diff line change @@ -3,13 +3,15 @@ compiler: ghc-8.10.3
33
44packages :
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
1416ghc-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+
3747flags :
3848 haskell-language-server :
3949 pedantic : true
You can’t perform that action at this time.
0 commit comments