[commit: ghc] wip/nfs-locking: Build unlit. (51c24a8)
git at git.haskell.org
git at git.haskell.org
Fri Oct 27 00:41:36 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/nfs-locking
Link : http://ghc.haskell.org/trac/ghc/changeset/51c24a8f1320013d75ac9b06df60f3834b5bc0be/ghc
>---------------------------------------------------------------
commit 51c24a8f1320013d75ac9b06df60f3834b5bc0be
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date: Sun Jan 17 23:33:28 2016 +0000
Build unlit.
See #181. [skip ci]
>---------------------------------------------------------------
51c24a8f1320013d75ac9b06df60f3834b5bc0be
src/Settings/Packages.hs | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/Settings/Packages.hs b/src/Settings/Packages.hs
index b7e2dac..691cd78 100644
--- a/src/Settings/Packages.hs
+++ b/src/Settings/Packages.hs
@@ -24,7 +24,8 @@ packagesStage0 = mconcat
[ append [ binary, cabal, compiler, ghc, ghcBoot, ghcCabal, ghcPkg
, hsc2hs, hoopl, hpc, templateHaskell, transformers ]
-- the stage0 predicate makes sure these packages are built only in Stage0
- , stage0 ? append [deriveConstants, dllSplit, genapply, genprimopcode, hp2ps]
+ , stage0 ? append [ deriveConstants, dllSplit, genapply, genprimopcode
+ , hp2ps, unlit ]
, stage0 ? windowsHost ? append [touchy]
, notM windowsHost ? notM iosHost ? append [terminfo] ]
More information about the ghc-commits
mailing list