[commit: ghc] wip/nfs-locking: Drop old TODOs (92b5c35)
git at git.haskell.org
git at git.haskell.org
Fri Oct 27 00:28:45 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/nfs-locking
Link : http://ghc.haskell.org/trac/ghc/changeset/92b5c3507f296b1676cb7711c09d3e78ec2dfbef/ghc
>---------------------------------------------------------------
commit 92b5c3507f296b1676cb7711c09d3e78ec2dfbef
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date: Sun Nov 27 17:51:57 2016 +0000
Drop old TODOs
See #113
>---------------------------------------------------------------
92b5c3507f296b1676cb7711c09d3e78ec2dfbef
src/Settings/Path.hs | 2 --
1 file changed, 2 deletions(-)
diff --git a/src/Settings/Path.hs b/src/Settings/Path.hs
index 9e88ca6..13ef02a 100644
--- a/src/Settings/Path.hs
+++ b/src/Settings/Path.hs
@@ -37,7 +37,6 @@ generatedPath = buildRootPath -/- "generated"
stageDirectory :: Stage -> FilePath
stageDirectory = stageString
--- TODO: Move to buildRootPath, see #113.
-- | Directory for binaries that are built "in place".
programInplacePath :: FilePath
programInplacePath = "inplace/bin"
@@ -141,7 +140,6 @@ libffiContext = vanillaContext Stage1 libffi
libffiBuildPath :: FilePath
libffiBuildPath = buildPath libffiContext
--- TODO: Move to buildRootPath, see #113.
-- | Path to package database directory of a given 'Stage'. Note: StageN, N > 0,
-- share the same packageDbDirectory.
packageDbDirectory :: Stage -> FilePath
More information about the ghc-commits
mailing list