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
3
3
4
4
packages :
5
5
- .
6
- - ./ghcide/ hie-compat
6
+ - ./hie-compat
7
7
- ./ghcide/
8
8
- ./hls-plugin-api
9
- - ./plugins/tactics
10
- - ./plugins/hls-hlint -plugin
9
+ # - ./shake-bench
10
+ - ./plugins/hls-class -plugin
11
11
- ./plugins/hls-explicit-imports-plugin
12
+ - ./plugins/hls-hlint-plugin
12
13
- ./plugins/hls-retrie-plugin
14
+ - ./plugins/tactics
13
15
14
16
ghc-options :
15
17
" $everything " : -haddock
@@ -34,6 +36,14 @@ extra-deps:
34
36
- semigroups-0.18.5
35
37
- temporary-1.2.1.1
36
38
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
+
37
47
flags :
38
48
haskell-language-server :
39
49
pedantic : true
You can’t perform that action at this time.
0 commit comments