[commit: ghc] wip/nfs-locking: Set shakeFilesPath to shake-build/.db (1203444)
git at git.haskell.org
git at git.haskell.org
Thu Oct 26 23:25:22 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/nfs-locking
Link : http://ghc.haskell.org/trac/ghc/changeset/12034445640aadd319ee7639c303b524c1d6df80/ghc
>---------------------------------------------------------------
commit 12034445640aadd319ee7639c303b524c1d6df80
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date: Sat Dec 19 01:06:14 2015 +0000
Set shakeFilesPath to shake-build/.db
>---------------------------------------------------------------
12034445640aadd319ee7639c303b524c1d6df80
src/Base.hs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/Base.hs b/src/Base.hs
index bfa7730..e95aa94 100644
--- a/src/Base.hs
+++ b/src/Base.hs
@@ -43,7 +43,7 @@ shakePath :: FilePath
shakePath = "shake-build"
shakeFilesPath :: FilePath
-shakeFilesPath = shakeFilesPath -/- ".db"
+shakeFilesPath = shakePath -/- ".db"
configPath :: FilePath
configPath = shakePath -/- "cfg"
More information about the ghc-commits
mailing list