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 bf787fe commit 8f377ecCopy full SHA for 8f377ec
.github/workflows/haskell-ci.yml
@@ -279,7 +279,7 @@ jobs:
279
${CABAL} -vnormal check
280
- name: haddock
281
run: |
282
- $CABAL v2-haddock --disable-documentation --haddock-all $ARG_COMPILER --with-haddock $HADDOCK $ARG_TESTS $ARG_BENCH all
+ if [ $((HCNUMVER >= 80200)) -ne 0 ] ; then $CABAL v2-haddock --disable-documentation --haddock-all $ARG_COMPILER --with-haddock $HADDOCK $ARG_TESTS $ARG_BENCH all ; fi
283
- name: unconstrained build
284
285
rm -f cabal.project.local
cabal.haskell-ci
@@ -1,2 +1,3 @@
1
apt: zlib1g-dev
2
tests: >= 7.4
3
+haddock: >= 8.2
0 commit comments