[commit: ghc] wip/nfs-locking: Move mkUserGuidePart to Stage2. (9497fbe)

git at git.haskell.org git at git.haskell.org
Fri Oct 27 00:02:07 UTC 2017


Repository : ssh://git@git.haskell.org/ghc

On branch  : wip/nfs-locking
Link       : http://ghc.haskell.org/trac/ghc/changeset/9497fbee97634610c2d9af6115f139f794c5fb0f/ghc

>---------------------------------------------------------------

commit 9497fbee97634610c2d9af6115f139f794c5fb0f
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date:   Sun Feb 14 21:54:25 2016 +0000

    Move mkUserGuidePart to Stage2.


>---------------------------------------------------------------

9497fbee97634610c2d9af6115f139f794c5fb0f
 src/Settings/Packages.hs | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/src/Settings/Packages.hs b/src/Settings/Packages.hs
index 691cd78..ef8fc26 100644
--- a/src/Settings/Packages.hs
+++ b/src/Settings/Packages.hs
@@ -34,8 +34,7 @@ packagesStage1 = mconcat
     [ packagesStage0
     , append [ array, base, bytestring, containers, compareSizes, deepseq
              , directory, filepath, ghci, ghcPrim, haskeline, hpcBin
-             , integerLibrary, mkUserGuidePart, pretty, process, rts, runGhc
-             , time ]
+             , integerLibrary, pretty, process, rts, runGhc, time ]
     , windowsHost      ? append [win32]
     , notM windowsHost ? append [unix]
     , notM windowsHost ? append [iservBin]
@@ -45,7 +44,7 @@ packagesStage1 = mconcat
 -- in Stage2 and Stage3. Can we check this in compile time?
 packagesStage2 :: Packages
 packagesStage2 = mconcat
-    [ append [ghcTags]
+    [ append [ghcTags, mkUserGuidePart]
     , buildHaddock ? append [haddock] ]
 
 -- TODO: switch to Set Package as the order of packages should not matter?



More information about the ghc-commits mailing list