File tree 2 files changed +2
-3
lines changed
2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -178,7 +178,7 @@ jobs:
178
178
name : Test hls-pragmas-plugin
179
179
run : cabal test hls-pragmas-plugin --test-options="$TEST_OPTS" || cabal test hls-pragmas-plugin --test-options="$TEST_OPTS" || LSP_TEST_LOG_COLOR=0 LSP_TEST_LOG_MESSAGES=true LSP_TEST_LOG_STDERR=true cabal test hls-pragmas-plugin --test-options="$TEST_OPTS"
180
180
181
- - if : matrix.test && matrix.ghc != '9.2.2'
181
+ - if : matrix.test
182
182
name : Test hls-eval-plugin
183
183
run : cabal test hls-eval-plugin --test-options="$TEST_OPTS" || cabal test hls-eval-plugin --test-options="$TEST_OPTS" || LSP_TEST_LOG_COLOR=0 LSP_TEST_LOG_MESSAGES=true LSP_TEST_LOG_STDERR=true cabal test hls-eval-plugin --test-options="$TEST_OPTS"
184
184
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ packages:
12
12
- ./plugins/hls-call-hierarchy-plugin
13
13
- ./plugins/hls-class-plugin
14
14
# - ./plugins/hls-haddock-comments-plugin
15
- # - ./plugins/hls-eval-plugin
15
+ - ./plugins/hls-eval-plugin
16
16
- ./plugins/hls-explicit-imports-plugin
17
17
- ./plugins/hls-qualify-imported-names-plugin
18
18
- ./plugins/hls-refine-imports-plugin
73
73
ignore-plugins-ghc-bounds : true
74
74
alternateNumberFormat : false
75
75
brittany : false
76
- eval : false
77
76
haddockComments : false
78
77
retrie : false
79
78
splice : false
You can’t perform that action at this time.
0 commit comments