We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a22d15 commit 00bfaf6Copy full SHA for 00bfaf6
src/Stack/Build/Execute.hs
@@ -1410,7 +1410,7 @@ singleBuild runInBase ac@ActionContext {..} ee@ExecuteEnv {..} task@Task {..} in
1410
"found on PATH (use 'stack install hscolour' to install).")
1411
return ["--hyperlink-source" | hscolourExists]
1412
cabal KeepTHLoading $ concat
1413
- [ ["haddock", "--html", "--html-location=../$pkg-$version/"]
+ [ ["haddock", "--html", "--hoogle", "--html-location=../$pkg-$version/"]
1414
, sourceFlag
1415
, ["--internal" | boptsHaddockInternal eeBuildOpts]
1416
, [ "--haddock-option=" <> opt
0 commit comments