Skip to content

Commit fb1d5f1

Browse files
committed
disable rename plugin
1 parent bfaa86e commit fb1d5f1

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff 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

cabal-ghc921.project

+4-2
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ write-ghc-environment-files: never
5757
index-state: 2022-01-03T18:45:00Z
5858

5959
constraints:
60-
-- These plugins doesn't work on GHC92 yet
60+
-- These plugins don't build/work on GHC92 yet
6161
haskell-language-server
6262
+ignore-plugins-ghc-bounds
6363
-alternateNumberFormat
@@ -76,7 +76,9 @@ constraints:
7676
-retrie
7777
-splice
7878
-stylishhaskell
79-
-tactic,
79+
-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,

0 commit comments

Comments
 (0)