File tree 2 files changed +4
-2
lines changed 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ packages:
10
10
-- ./plugins/hls-brittany-plugin
11
11
-- ./plugins/hls-stylish-haskell-plugin
12
12
-- ./plugins/hls-fourmolu-plugin
13
- ./plugins/hls-class-plugin
13
+ -- ./plugins/hls-class-plugin
14
14
./plugins/hls-eval-plugin
15
15
./plugins/hls-explicit-imports-plugin
16
16
./plugins/hls-refine-imports-plugin
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ packages:
9
9
- ./hls-test-utils
10
10
- ./shake-bench
11
11
- ./plugins/hls-call-hierarchy-plugin
12
- - ./plugins/hls-class-plugin
12
+ # - ./plugins/hls-class-plugin
13
13
- ./plugins/hls-haddock-comments-plugin
14
14
- ./plugins/hls-eval-plugin
15
15
- ./plugins/hls-explicit-imports-plugin
@@ -113,6 +113,8 @@ configure-options:
113
113
flags :
114
114
haskell-language-server :
115
115
pedantic : true
116
+
117
+ class : false
116
118
splice : false
117
119
tactic : false # Dependencies fail
118
120
You can’t perform that action at this time.
0 commit comments