File tree 2 files changed +3
-1
lines changed
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -202,7 +202,7 @@ jobs:
202
202
name : Test hls-call-hierarchy-plugin test suite
203
203
run : cabal test hls-call-hierarchy-plugin --test-options="$TEST_OPTS" || cabal test hls-call-hierarchy-plugin --test-options="$TEST_OPTS" || LSP_TEST_LOG_COLOR=0 LSP_TEST_LOG_MESSAGES=true LSP_TEST_LOG_STDERR=true cabal test hls-call-hierarchy-plugin --test-options="$TEST_OPTS"
204
204
205
- - if : matrix.test
205
+ - if : matrix.test && matrix.ghc != '9.2.1'
206
206
name : Test hls-rename-plugin test suite
207
207
run : cabal test hls-rename-plugin --test-options="$TEST_OPTS" || cabal test hls-rename-plugin --test-options="$TEST_OPTS" || LSP_TEST_LOG_COLOR=0 LSP_TEST_LOG_MESSAGES=true LSP_TEST_LOG_STDERR=true cabal test hls-rename-plugin --test-options="$TEST_OPTS"
208
208
Original file line number Diff line number Diff line change @@ -77,6 +77,8 @@ constraints:
77
77
-splice
78
78
-stylishhaskell
79
79
-tactic,
80
+ -- the rename plugin builds, but doesn't work
81
+ -rename,
80
82
ghc-lib-parser ^>= 9.2,
81
83
attoparsec ^>= 0.14.3,
82
84
ghc-exactprint >= 1.3,
You can’t perform that action at this time.
0 commit comments