File tree 2 files changed +5
-3
lines changed
2 files changed +5
-3
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 @@ -57,7 +57,7 @@ write-ghc-environment-files: never
57
57
index-state: 2022-01-03T18:45:00Z
58
58
59
59
constraints:
60
- -- These plugins doesn 't work on GHC92 yet
60
+ -- These plugins don 't build/ work on GHC92 yet
61
61
haskell-language-server
62
62
+ignore-plugins-ghc-bounds
63
63
-alternateNumberFormat
@@ -76,7 +76,9 @@ constraints:
76
76
-retrie
77
77
-splice
78
78
-stylishhaskell
79
- -tactic,
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