CI: .travis.yml: GHC 8.10: add Haddock and sources hyperlinking

M  .travis.yml
This commit is contained in:
Anton-Latukha 2020-06-23 20:48:49 +03:00
parent 14acf24ba5
commit 7f5798286e
No known key found for this signature in database
GPG Key ID: 3D84C07E91802E41
1 changed files with 1 additions and 0 deletions

View File

@ -92,6 +92,7 @@ jobs:
- buildFromSdist='true'
- linkWithGold='true'
- doHaddock='true'
- doHyperlinkSource='true'
- doBenchmark='true'
- disableOptimization='false'
- enableDeadCodeElimination='true'