summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 ]