[commit: ghc] wip/nfs-locking: Add a TODO note for unlit and driver/ghc-split utils. (58d7fcc)

git at git.haskell.org git at git.haskell.org
Thu Oct 26 23:48:40 UTC 2017


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

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

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

commit 58d7fccf59da038f038446c41901fa086ae4a40c
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date:   Mon Dec 28 12:44:13 2015 +0000

    Add a TODO note for unlit and driver/ghc-split utils.


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

58d7fccf59da038f038446c41901fa086ae4a40c
 src/GHC.hs | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/GHC.hs b/src/GHC.hs
index 281f15e..859bec4 100644
--- a/src/GHC.hs
+++ b/src/GHC.hs
@@ -85,10 +85,11 @@ unix            = library  "unix"
 win32           = library  "Win32"
 xhtml           = library  "xhtml"
 
+-- TODO: The following utils are not implemented yet: unlit, driver/ghc-split
 -- TODO: The following utils are not included into the build system because
--- they seem to be unused or unrelated to the build process: chechUniques,
+-- they seem to be unused or unrelated to the build process: checkUniques,
 -- completion, count_lines, coverity, debugNGC, describe-unexpected, genargs,
--- lndir, mkdirhier, testremove, touchy, unlit, vagrant
+-- lndir, mkdirhier, testremove, touchy, vagrant
 
 -- GHC build results will be placed into target directories with the following
 -- typical structure:



More information about the ghc-commits mailing list