[commit: ghc] wip/remove-cabal-dep: Remove a TODO that is now done (cd4edf2)

git at git.haskell.org git at git.haskell.org
Sun Aug 24 22:47:39 UTC 2014


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

On branch  : wip/remove-cabal-dep
Link       : http://ghc.haskell.org/trac/ghc/changeset/cd4edf2b20d606d87514836417f870c506a515d6/ghc

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

commit cd4edf2b20d606d87514836417f870c506a515d6
Author: Duncan Coutts <duncan at well-typed.com>
Date:   Sun Aug 24 03:41:45 2014 +0100

    Remove a TODO that is now done


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

cd4edf2b20d606d87514836417f870c506a515d6
 compiler/main/Packages.lhs | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/compiler/main/Packages.lhs b/compiler/main/Packages.lhs
index 9640f72..9b18a33 100644
--- a/compiler/main/Packages.lhs
+++ b/compiler/main/Packages.lhs
@@ -383,10 +383,6 @@ readPackageConfig dflags conf_file = do
        then do let filename = conf_file </> "package.cache"
                debugTraceMsg dflags 2 (text "Using binary package database:" <+> text filename)
                readPackageDbForGhc filename
-{-
-               -- TODO readPackageDbForGhc ^^ instead
-               return (map installedPackageInfoToPackageConfig conf)
--}
        else do
             isfile <- doesFileExist conf_file
             if isfile



More information about the ghc-commits mailing list