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
I would like to be able to tell stack to not give --hyperlinked-source to haddock with stack --haddock. Currently it always invokes this flag if it's supported.
Steps to reproduce
stack --haddock -v
Expected
Configurable option.
Actual
Option always passed in without means to turn it off.
Stack version
1.4.0, checked source and no reason to believe it's any different in git master