From 675085c2e0b0b851378da08b7d73024766107c87 Mon Sep 17 00:00:00 2001 From: Johannes Gerer Date: Wed, 26 Oct 2016 02:07:02 +0200 Subject: Initial --- Setup.hs | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Setup.hs (limited to 'Setup.hs') diff --git a/Setup.hs b/Setup.hs new file mode 100644 index 0000000..c67c506 --- /dev/null +++ b/Setup.hs @@ -0,0 +1,13 @@ +import Distribution.Simple +import Distribution.Simple.Setup +import Distribution.Simple.Haddock +main = do + defaultMainWithHooks simpleUserHooks{ + haddockHook = \p l h f -> haddockHook simpleUserHooks p l h f{ + haddockHoogle = Flag True, + haddockHtml = Flag True, + haddockExecutables = Flag True, + haddockHscolour = Flag True + } + } + -- cgit v1.2.3