We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2535478 commit 0fad342Copy full SHA for 0fad342
.github/workflows/hackage.yml
@@ -103,7 +103,7 @@ jobs:
103
if: steps.get-hackage-version.outputs.exists != 'true'
104
run: |
105
cd $(ls -d ./incoming/${{ matrix.package }}-*)
106
- cabal build --enable-tests --enable-benchmarks
+ cabal build --enable-tests --enable-benchmarks || cabal build --enable-tests --enable-benchmarks -v3
107
108
- name: "Generate haddock for hackage"
109
0 commit comments