File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -202,7 +202,7 @@ jobs:
202202 name : Test hls-call-hierarchy-plugin test suite
203203 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"
204204
205- - if : matrix.test
205+ - if : matrix.test && matrix.ghc != '9.2.1'
206206 name : Test hls-rename-plugin test suite
207207 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"
208208
Original file line number Diff line number Diff line change @@ -77,6 +77,8 @@ constraints:
7777 -splice
7878 -stylishhaskell
7979 -tactic,
80+ -- the rename plugin builds, but doesn't work
81+ -rename,
8082 ghc-lib-parser ^>= 9.2,
8183 attoparsec ^>= 0.14.3,
8284 ghc-exactprint >= 1.3,
You can’t perform that action at this time.
0 commit comments