Skip to content
This repository was archived by the owner on Feb 3, 2022. It is now read-only.

Commit caa0894

Browse files
committed
Merge pull request #239 from randen/win801a
Add html flag for haddock invocation
2 parents bbaefe3 + 81a087b commit caa0894

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

hptool/src/Target.hs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ buildAction buildDir hpRel bc = do
103103
cabal "haddock" $
104104
[ "--hyperlink-source"
105105
, "--hoogle"
106+
, "--html"
106107
, "--with-haddock=" ++ haddockExe `relativeToDir` buildDir
107108
]
108109
++ map (\s -> "--haddock-option=" ++ s) (cReadArgs ++ pReadArgs)

0 commit comments

Comments
 (0)