[commit: ghc] wip/nfs-locking: Rename shakePath to hadrian. (d2051cd)
git at git.haskell.org
git at git.haskell.org
Fri Oct 27 00:56:50 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/nfs-locking
Link : http://ghc.haskell.org/trac/ghc/changeset/d2051cdb91e00d19b02e7cab47e75411c1a29e33/ghc
>---------------------------------------------------------------
commit d2051cdb91e00d19b02e7cab47e75411c1a29e33
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date: Wed Apr 27 00:59:24 2016 +0100
Rename shakePath to hadrian.
[skip ci]
>---------------------------------------------------------------
d2051cdb91e00d19b02e7cab47e75411c1a29e33
src/Base.hs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/Base.hs b/src/Base.hs
index 871cd3c..b94648e 100644
--- a/src/Base.hs
+++ b/src/Base.hs
@@ -48,7 +48,7 @@ import System.IO
-- Build system files and paths
shakePath :: FilePath
-shakePath = "shake-build"
+shakePath = "hadrian"
shakeFilesPath :: FilePath
shakeFilesPath = shakePath -/- ".db"
More information about the ghc-commits
mailing list