Skip to content
Snippets Groups Projects
Commit f89b6b63 authored by Mikhail Glushenkov's avatar Mikhail Glushenkov
Browse files

Merge pull request #2649 from taruti/master

Distribution.Simple.Setup: fix HaddockFlags mappend
parents fac3d132 84d6db13
No related branches found
No related tags found
No related merge requests found
......@@ -1428,7 +1428,7 @@ instance Monoid HaddockFlags where
haddockProgramPaths = combine haddockProgramPaths,
haddockProgramArgs = combine haddockProgramArgs,
haddockHoogle = combine haddockHoogle,
haddockHtml = combine haddockHoogle,
haddockHtml = combine haddockHtml,
haddockHtmlLocation = combine haddockHtmlLocation,
haddockExecutables = combine haddockExecutables,
haddockTestSuites = combine haddockTestSuites,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment