diff options
author | Cale Gibbard <cgibbard@gmail.com> | 2020-02-07 17:11:59 -0500 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2020-03-14 19:34:42 -0400 |
commit | 3f116d35a5b028ae2bb22da5063900d2f3d0b476 (patch) | |
tree | cb3a5ecac5c57c3e2d6da056fdb059aa88cff880 /hadrian | |
parent | bee4cdad4ce68a5bbe6af493d99f0197a34eef5c (diff) | |
download | haskell-3f116d35a5b028ae2bb22da5063900d2f3d0b476.tar.gz |
Enable stage1 build of haddock
The submodule has already been bumped to contain the fix.
Diffstat (limited to 'hadrian')
-rw-r--r-- | hadrian/src/Settings/Default.hs | 4 |
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 ] |