File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -160,7 +160,7 @@ script:
160
160
- if [ $HCNUMVER -ge 80800 ] && [ $HCNUMVER -lt 81000 ] ; then (cd ${PKGDIR_aeson} && hlint -h ${TOP}/.hlint.yaml . attoparsec-iso8601/ pure ffi) ; fi
161
161
- if [ $HCNUMVER -ge 80800 ] && [ $HCNUMVER -lt 81000 ] ; then (cd ${PKGDIR_attoparsec_iso8601} && hlint -h ${TOP}/.hlint.yaml .) ; fi
162
162
# haddock...
163
- - $ {CABAL} v2-haddock $WITHCOMPILER --with-haddock $HADDOCK ${TEST} ${BENCH} all
163
+ - if [ $HCNUMVER -ge 80600 ] ; then $ {CABAL} v2-haddock $WITHCOMPILER --with-haddock $HADDOCK ${TEST} ${BENCH} all ; fi
164
164
# Building without installed constraints for packages in global-db...
165
165
- rm -f cabal.project.local
166
166
- ${CABAL} v2-build $WITHCOMPILER --disable-tests --disable-benchmarks all
Original file line number Diff line number Diff line change 1
1
cabal-check: False
2
2
email-notifications: False
3
3
4
+ -- GADT docs
5
+ haddock: >=8.6
6
+
4
7
hlint: True
5
8
hlint-job: 8.8.3
6
9
hlint-yaml: .hlint.yaml
You can’t perform that action at this time.
0 commit comments