diff options
author | Johannes Gerer <oss@johannesgerer.com> | 2016-10-27 02:18:13 +0200 |
---|---|---|
committer | Johannes Gerer <oss@johannesgerer.com> | 2016-10-27 02:18:13 +0200 |
commit | 95eb4d6a041305a27dc8fcd42ff1831d9961b7a3 (patch) | |
tree | 3433db574dc8d074354ae70232d29a9cb81ba136 /Setup.hs | |
parent | 675085c2e0b0b851378da08b7d73024766107c87 (diff) | |
download | blazeT-95eb4d6a041305a27dc8fcd42ff1831d9961b7a3.tar.gz blazeT-95eb4d6a041305a27dc8fcd42ff1831d9961b7a3.tar.zst blazeT-95eb4d6a041305a27dc8fcd42ff1831d9961b7a3.zip |
Docsv0.0.1
Diffstat (limited to 'Setup.hs')
-rw-r--r-- | Setup.hs | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -3,9 +3,10 @@ import Distribution.Simple.Setup | |||
3 | import Distribution.Simple.Haddock | 3 | import Distribution.Simple.Haddock |
4 | main = do | 4 | main = do |
5 | defaultMainWithHooks simpleUserHooks{ | 5 | defaultMainWithHooks simpleUserHooks{ |
6 | haddockHook = \p l h f -> haddockHook simpleUserHooks p l h f{ | 6 | haddockHook = \p l h flags -> haddockHook simpleUserHooks p l h flags{ |
7 | haddockHoogle = Flag True, | 7 | haddockHoogle = Flag True, |
8 | haddockHtml = Flag True, | 8 | haddockHtml = Flag True, |
9 | haddockProgramArgs = [("-q",["aliased"])], -- does not seam to do anything | ||
9 | haddockExecutables = Flag True, | 10 | haddockExecutables = Flag True, |
10 | haddockHscolour = Flag True | 11 | haddockHscolour = Flag True |
11 | } | 12 | } |