Skip to content

Commit 01dfacd

Browse files
committed
Comment out hackage for 9.0.1
1 parent 1876748 commit 01dfacd

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.github/workflows/hackage.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,11 @@ jobs:
2222
"hls-splice-plugin", "hls-tactics-plugin",
2323
"hls-call-hierarchy-plugin",
2424
"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"]
2630
exclude:
2731
- ghc: "9.0.1"
2832
package: "hls-brittany-plugin"
@@ -125,13 +129,13 @@ jobs:
125129
echo " floskell:base, floskell:ghc-prim, stylish-haskell:Cabal," >> cabal.project
126130
127131
- 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'
129133
run: |
130134
cd $(ls -d ./incoming/${{ matrix.package }}-*)
131135
cabal build --enable-tests --enable-benchmarks
132136
133137
- 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'
135139
continue-on-error: matrix.ghc == "9.0.1"
136140
run: |
137141
cd $(ls -d ./incoming/${{ matrix.package }}-*)

0 commit comments

Comments
 (0)