[commit: ghc] wip/nfs-locking: Build haddock only in Stage1. (2520d7f)
git at git.haskell.org
git at git.haskell.org
Thu Oct 26 23:18:14 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/nfs-locking
Link : http://ghc.haskell.org/trac/ghc/changeset/2520d7fdb98c537591653f0f753398dd5e58cdb5/ghc
>---------------------------------------------------------------
commit 2520d7fdb98c537591653f0f753398dd5e58cdb5
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date: Wed Aug 19 02:39:23 2015 +0100
Build haddock only in Stage1.
>---------------------------------------------------------------
2520d7fdb98c537591653f0f753398dd5e58cdb5
src/Settings/User.hs | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/Settings/User.hs b/src/Settings/User.hs
index 1ca003b..3646994 100644
--- a/src/Settings/User.hs
+++ b/src/Settings/User.hs
@@ -48,7 +48,7 @@ integerLibrary = integerGmp2
-- up a little (particularly zero builds).
-- WARNING: a complete rebuild is required when changing this setting.
trackBuildSystem :: Bool
-trackBuildSystem = False
+trackBuildSystem = True
validating :: Bool
validating = False
@@ -66,4 +66,4 @@ laxDependencies :: Bool
laxDependencies = False
buildHaddock :: Predicate
-buildHaddock = return True
+buildHaddock = stage Stage1
More information about the ghc-commits
mailing list