summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCale Gibbard <cgibbard@gmail.com>2020-02-07 17:11:59 -0500
committerJohn Ericson <John.Ericson@Obsidian.Systems>2020-03-13 11:02:13 -0400
commit75da0c7109a85026ae275ee2f91b4427764697a2 (patch)
tree21c9659bb11950d413b896206bf6e27e299c7bc3
parent7f25557a6f240943ebe3eb3b3c7178e76a3e93e1 (diff)
downloadhaskell-wip/fix-stage1-haddock.tar.gz
Enable stage1 build of haddockwip/fix-stage1-haddock
The submodule has already been bumped to contain the fix.
-rw-r--r--hadrian/src/Settings/Default.hs4
1 files changed, 3 insertions, 1 deletions
diff --git a/hadrian/src/Settings/Default.hs b/hadrian/src/Settings/Default.hs
index 78d46b46be..5828c3d5f9 100644
--- a/hadrian/src/Settings/Default.hs
+++ b/hadrian/src/Settings/Default.hs
@@ -67,6 +67,7 @@ stage0Packages = do
, ghcHeap
, ghci
, ghcPkg
+ , haddock
, hsc2hs
, hpc
, mtl
@@ -74,7 +75,8 @@ stage0Packages = do
, templateHaskell
, text
, transformers
- , unlit ]
+ , unlit
+ ]
++ [ terminfo | not windowsHost, not cross ]
++ [ timeout | windowsHost ]
++ [ touchy | windowsHost ]