Skip to content

Commit b6ead8f

Browse files
committed
Add 9.0.1 test
1 parent 6ca0629 commit b6ead8f

File tree

4 files changed

+4
-21
lines changed

4 files changed

+4
-21
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,6 @@ jobs:
201201
name: Test hls-refine-imports-plugin test suite
202202
run: cabal test hls-refine-imports-plugin --test-options="-j1 --rerun-update" || cabal test hls-refine-imports-plugin --test-options="-j1 --rerun" || LSP_TEST_LOG_COLOR=0 LSP_TEST_LOG_MESSAGES=true LSP_TEST_LOG_STDERR=true cabal test hls-refine-imports-plugin --test-options="-j1 --rerun"
203203

204-
- if: ${{ needs.pre_job.outputs.should_skip != 'true' && matrix.test && matrix.ghc != '9.0.1' }}
204+
- if: ${{ needs.pre_job.outputs.should_skip != 'true' && matrix.test && matrix.ghc }}
205205
name: Test hls-call-hierarchy-plugin test suite
206206
run: cabal test hls-call-hierarchy-plugin --test-options="-j1 --rerun-update" || cabal test hls-call-hierarchy-plugin --test-options="-j1 --rerun" || LSP_TEST_LOG_COLOR=0 LSP_TEST_LOG_MESSAGES=true LSP_TEST_LOG_STDERR=true cabal test hls-call-hierarchy-plugin --test-options="-j1 --rerun"

cabal-ghc901.project

+2-1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ packages:
2222
./plugins/hls-pragmas-plugin
2323
./plugins/hls-module-name-plugin
2424
-- ./plugins/hls-ormolu-plugin
25+
./plugins/hls-call-hierarchy-plugin
2526
tests: true
2627

2728
package *
@@ -87,7 +88,7 @@ index-state: 2021-07-14T20:31:09Z
8788

8889
constraints:
8990
-- These plugins doesn't work on GHC9 yet
90-
haskell-language-server -callHierarchy -brittany -class -fourmolu -ormolu -splice -stylishhaskell -tactic -refineImports
91+
haskell-language-server -brittany -class -fourmolu -ormolu -splice -stylishhaskell -tactic -refineImports
9192

9293

9394
allow-newer:

cabal.project

-18
Original file line numberDiff line numberDiff line change
@@ -84,21 +84,3 @@ allow-newer:
8484
svg-builder:base,
8585
these:base,
8686
time-compat:base
87-
88-
source-repository-package
89-
type: git
90-
location: https://github.com/July541/lsp.git
91-
tag: ef59c28b41ed4c5775f0ab0c1e985839359cec96
92-
subdir: lsp-types
93-
94-
source-repository-package
95-
type: git
96-
location: https://github.com/July541/lsp.git
97-
tag: ef59c28b41ed4c5775f0ab0c1e985839359cec96
98-
subdir: lsp-test
99-
100-
source-repository-package
101-
type: git
102-
location: https://github.com/July541/lsp.git
103-
tag: ef59c28b41ed4c5775f0ab0c1e985839359cec96
104-
subdir: lsp

stack-9.0.1.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ packages:
99
- ./hls-plugin-api
1010
- ./hls-test-utils
1111
# - ./shake-bench
12-
# - ./plugins/hls-call-hierarchy-plugin
12+
- ./plugins/hls-call-hierarchy-plugin
1313
# - ./plugins/hls-class-plugin
1414
- ./plugins/hls-haddock-comments-plugin
1515
- ./plugins/hls-eval-plugin

0 commit comments

Comments
 (0)