diff options
author | Björn Gohla <b.gohla@gmx.de> | 2019-08-27 00:05:45 +0200 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2019-09-23 17:53:23 -0400 |
commit | 4470a144d03e331656002f6ad70fd6a8d78d25bf (patch) | |
tree | cbb4abb5e4c023dbd0ffc0084e305a86112c5e0d /hadrian/src/Flavour.hs | |
parent | 74631bbcc9cd7926d75e3cd0ed2b8d766de2868c (diff) | |
download | haskell-4470a144d03e331656002f6ad70fd6a8d78d25bf.tar.gz |
add Hadrian rule to build user guide as Info book
Diffstat (limited to 'hadrian/src/Flavour.hs')
-rw-r--r-- | hadrian/src/Flavour.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hadrian/src/Flavour.hs b/hadrian/src/Flavour.hs index 230272ec62..e78aa5b9a1 100644 --- a/hadrian/src/Flavour.hs +++ b/hadrian/src/Flavour.hs @@ -58,7 +58,7 @@ type DocTargets = Set DocTarget -- for e.g @sphinx-build@ or @xelatex@ and associated packages -- while still being able to build a(n almost) complete binary -- distribution. -data DocTarget = Haddocks | SphinxHTML | SphinxPDFs | SphinxMan +data DocTarget = Haddocks | SphinxHTML | SphinxPDFs | SphinxMan | SphinxInfo deriving (Eq, Ord, Show, Bounded, Enum) -- | Turn on -Werror for packages built with the stage1 compiler. |