[commit: ghc] wip/nfs-locking: Move auxiliary build files to _build/hadrian (aa6bba1)
git at git.haskell.org
git at git.haskell.org
Fri Oct 27 00:43:08 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/nfs-locking
Link : http://ghc.haskell.org/trac/ghc/changeset/aa6bba126fecd412920fa7ca1e90fe9716b328d0/ghc
>---------------------------------------------------------------
commit aa6bba126fecd412920fa7ca1e90fe9716b328d0
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date: Sun Oct 23 19:05:51 2016 +0100
Move auxiliary build files to _build/hadrian
>---------------------------------------------------------------
aa6bba126fecd412920fa7ca1e90fe9716b328d0
src/Settings/Paths.hs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/Settings/Paths.hs b/src/Settings/Paths.hs
index 2727696..7147264 100644
--- a/src/Settings/Paths.hs
+++ b/src/Settings/Paths.hs
@@ -16,7 +16,7 @@ import UserSettings
-- | Path to the directory containing the Shake database and other auxiliary
-- files generated by Hadrian.
shakeFilesPath :: FilePath
-shakeFilesPath = buildRootPath -/- "hadrian/shake-files"
+shakeFilesPath = buildRootPath -/- "hadrian"
-- | Boot package versions extracted from @.cabal@ files.
bootPackageConstraints :: FilePath
More information about the ghc-commits
mailing list