File tree 2 files changed +3
-2
lines changed 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ jobs:
110
110
run : cabal update
111
111
112
112
- if : ${{ needs.pre_job.outputs.should_skip != 'true' && matrix.ghc == '9.0.1' }}
113
- run : cabal configure --constraint "haskell-language-server -class -eval -tactic -moduleName -splice -fourmolu -ormolu -stylishHaskell -brittany"
113
+ run : cabal configure --constraint "haskell-language-server -class -eval -refineImports - tactic -moduleName -splice -fourmolu -ormolu -stylishHaskell -brittany"
114
114
115
115
# Need this to work around filepath length limits in Windows
116
116
- if : ${{ needs.pre_job.outputs.should_skip != 'true' }}
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ packages:
13
13
- ./plugins/hls-haddock-comments-plugin
14
14
# - ./plugins/hls-eval-plugin
15
15
- ./plugins/hls-explicit-imports-plugin
16
- - ./plugins/hls-refine-imports-plugin
16
+ # - ./plugins/hls-refine-imports-plugin
17
17
- ./plugins/hls-hlint-plugin
18
18
- ./plugins/hls-retrie-plugin
19
19
# - ./plugins/hls-splice-plugin
@@ -106,6 +106,7 @@ flags:
106
106
eval : false
107
107
class : false
108
108
splice : false
109
+ refineImports : false
109
110
tactic : false # Dependencies fail
110
111
111
112
floskell : false
You can’t perform that action at this time.
0 commit comments