File tree 4 files changed +4
-21
lines changed
4 files changed +4
-21
lines changed Original file line number Diff line number Diff line change @@ -201,6 +201,6 @@ jobs:
201
201
name : Test hls-refine-imports-plugin test suite
202
202
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"
203
203
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 }}
205
205
name : Test hls-call-hierarchy-plugin test suite
206
206
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"
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ packages:
22
22
./plugins/hls-pragmas-plugin
23
23
./plugins/hls-module-name-plugin
24
24
-- ./plugins/hls-ormolu-plugin
25
+ ./plugins/hls-call-hierarchy-plugin
25
26
tests: true
26
27
27
28
package *
@@ -87,7 +88,7 @@ index-state: 2021-07-14T20:31:09Z
87
88
88
89
constraints:
89
90
-- 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
91
92
92
93
93
94
allow-newer:
Original file line number Diff line number Diff line change @@ -84,21 +84,3 @@ allow-newer:
84
84
svg-builder :base,
85
85
these :base,
86
86
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
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ packages:
9
9
- ./hls-plugin-api
10
10
- ./hls-test-utils
11
11
# - ./shake-bench
12
- # - ./plugins/hls-call-hierarchy-plugin
12
+ - ./plugins/hls-call-hierarchy-plugin
13
13
# - ./plugins/hls-class-plugin
14
14
- ./plugins/hls-haddock-comments-plugin
15
15
- ./plugins/hls-eval-plugin
You can’t perform that action at this time.
0 commit comments