[commit: ghc] wip/nfs-locking: Rename to Hadrian. (3be1a41)

git at git.haskell.org git at git.haskell.org
Fri Oct 27 00:11:10 UTC 2017


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

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

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

commit 3be1a417e326d35b5756a056e93ce2b828bf8790
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date:   Thu May 5 03:16:20 2016 +0100

    Rename to Hadrian.


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

3be1a417e326d35b5756a056e93ce2b828bf8790
 src/Base.hs | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/Base.hs b/src/Base.hs
index 5e66a27..625dfd8 100644
--- a/src/Base.hs
+++ b/src/Base.hs
@@ -45,11 +45,11 @@ import System.IO
 -- TODO: reexport Stage, etc.?
 
 -- Build system files and paths
-shakePath :: FilePath
-shakePath = "hadrian"
+hadrianPath :: FilePath
+hadrianPath = "hadrian"
 
 configPath :: FilePath
-configPath = shakePath -/- "cfg"
+configPath = hadrianPath -/- "cfg"
 
 configFile :: FilePath
 configFile = configPath -/- "system.config"
@@ -57,7 +57,7 @@ configFile = configPath -/- "system.config"
 -- | Path to source files of the build system, e.g. this file is located at
 -- sourcePath -/- "Base.hs". We use this to `need` some of the source files.
 sourcePath :: FilePath
-sourcePath = shakePath -/- "src"
+sourcePath = hadrianPath -/- "src"
 
 -- TODO: move to buildRootPath, see #113
 programInplacePath :: FilePath



More information about the ghc-commits mailing list