Skip to content

Commit 2a8d244

Browse files
authored
Enable hls-eval-plugin test on ghc-9.2.2 (#2893)
1 parent 7bd6e08 commit 2a8d244

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ jobs:
178178
name: Test hls-pragmas-plugin
179179
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"
180180

181-
- if: matrix.test && matrix.ghc != '9.2.2'
181+
- if: matrix.test
182182
name: Test hls-eval-plugin
183183
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"
184184

stack.yaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ packages:
1212
- ./plugins/hls-call-hierarchy-plugin
1313
- ./plugins/hls-class-plugin
1414
# - ./plugins/hls-haddock-comments-plugin
15-
# - ./plugins/hls-eval-plugin
15+
- ./plugins/hls-eval-plugin
1616
- ./plugins/hls-explicit-imports-plugin
1717
- ./plugins/hls-qualify-imported-names-plugin
1818
- ./plugins/hls-refine-imports-plugin
@@ -73,7 +73,6 @@ flags:
7373
ignore-plugins-ghc-bounds: true
7474
alternateNumberFormat: false
7575
brittany: false
76-
eval: false
7776
haddockComments: false
7877
retrie: false
7978
splice: false

0 commit comments

Comments
 (0)