Skip to content

Add `-haddock` option under ci condition to fix #16415

Takenobu Tani requested to merge takenobu-hs/ghc:wip/T16415-haddock into master

In order to use the :doc command in ghci, it is necessary to compile for core libraries with -haddock option.

Especially, the -haddock option is essential for release building.

Note:

  • The -haddock option may affect compile time and binary size.
  • But hadrian has already set -haddock as the default.
  • This patch affects the make-based building.

This patch has been split from !532 (closed).

Edited by Takenobu Tani

Merge request reports