File tree Expand file tree Collapse file tree 4 files changed +4
-21
lines changed
Expand file tree Collapse file tree 4 files changed +4
-21
lines changed Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff 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
2526tests: true
2627
2728package *
@@ -87,7 +88,7 @@ index-state: 2021-07-14T20:31:09Z
8788
8889constraints:
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
9394allow-newer:
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments