[commit: ghc] wip/nfs-locking: Rename build directory (5f40553)

git at git.haskell.org git at git.haskell.org
Fri Oct 27 00:09:39 UTC 2017


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

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

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

commit 5f405539ffaa3f453d244a53f86e9ee4ee0e8e6e
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date:   Thu Apr 28 23:43:28 2016 +0100

    Rename build directory


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

5f405539ffaa3f453d244a53f86e9ee4ee0e8e6e
 src/Settings/User.hs | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/Settings/User.hs b/src/Settings/User.hs
index ef08df0..0893579 100644
--- a/src/Settings/User.hs
+++ b/src/Settings/User.hs
@@ -12,10 +12,9 @@ import Expression
 import Predicates
 import Settings.Default
 
--- TODO: Rename to _build.
 -- | All build artefacts are stored in 'buildRootPath' directory.
 buildRootPath :: FilePath
-buildRootPath = ".build"
+buildRootPath = "_build"
 
 -- Control user-specific settings
 userArgs :: Args



More information about the ghc-commits mailing list