You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PSA regarding cabal haddock cabal haddock --haddock-option="--hyperlinked-source" is different from cabal haddock --hyperlink-source.
The former is how you create the nice haddocks that have links on every identifier in the highlighted source. The latter is how you get the old haddocks that just have hscoloured source pages.
I think we should update cabal haddock --hyperlink-source to make it use haddock --hyperlinked-source instead of hscolour when the version of Haddock is sufficiently new.
The text was updated successfully, but these errors were encountered:
Fixeshaskell#4613. If a new enough version of Haddock is being used,
`--hyperlink-source` will run via Haddock's `--hyperlinked-source`
instead of going through HsColour.
Saw this on Reddit today: https://www.reddit.com/r/haskell/comments/6o4rnb/psa_regarding_cabal_haddock/
I think we should update
cabal haddock --hyperlink-source
to make it usehaddock --hyperlinked-source
instead ofhscolour
when the version of Haddock is sufficiently new.The text was updated successfully, but these errors were encountered: