File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 22
22
" hls-splice-plugin" , "hls-tactics-plugin",
23
23
" hls-call-hierarchy-plugin" ,
24
24
" haskell-language-server" ]
25
- ghc : ["9.0.1", "8.10.7", "8.8.4", "8.6.5"]
25
+ # Uncomment 9.0.1 when ghcide is buildable
26
+ ghc : [ # "9.0.1",
27
+ " 8.10.7" ,
28
+ " 8.8.4" ,
29
+ " 8.6.5" ]
26
30
exclude :
27
31
- ghc : " 9.0.1"
28
32
package : " hls-brittany-plugin"
@@ -125,13 +129,13 @@ jobs:
125
129
echo " floskell:base, floskell:ghc-prim, stylish-haskell:Cabal," >> cabal.project
126
130
127
131
- name : " Build all package components in isolation"
128
- if : steps.get-hackage-version.outputs.exists != 'true' && matrix.ghc != "9.0.1"
132
+ if : steps.get-hackage-version.outputs.exists != 'true'
129
133
run : |
130
134
cd $(ls -d ./incoming/${{ matrix.package }}-*)
131
135
cabal build --enable-tests --enable-benchmarks
132
136
133
137
- name : " Generate haddock for hackage"
134
- if : steps.get-hackage-version.outputs.exists != 'true' && matrix.ghc != "9.0.1"
138
+ if : steps.get-hackage-version.outputs.exists != 'true'
135
139
continue-on-error : matrix.ghc == "9.0.1"
136
140
run : |
137
141
cd $(ls -d ./incoming/${{ matrix.package }}-*)
You can’t perform that action at this time.
0 commit comments