[commit: ghc] master: Fix out of date comment. (b14dae3)

git at git.haskell.org git at git.haskell.org
Thu Jan 8 06:48:49 UTC 2015


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/b14dae3cc43572a9dd5ca11241981105e4281aac/ghc

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

commit b14dae3cc43572a9dd5ca11241981105e4281aac
Author: Edward Z. Yang <ezyang at cs.stanford.edu>
Date:   Wed Jan 7 22:49:36 2015 -0800

    Fix out of date comment.
    
    Signed-off-by: Edward Z. Yang <ezyang at cs.stanford.edu>


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

b14dae3cc43572a9dd5ca11241981105e4281aac
 compiler/main/DynFlags.hs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/compiler/main/DynFlags.hs b/compiler/main/DynFlags.hs
index b8c2bb1..c18b868 100644
--- a/compiler/main/DynFlags.hs
+++ b/compiler/main/DynFlags.hs
@@ -770,7 +770,7 @@ data DynFlags = DynFlags {
 
   -- Package state
   -- NB. do not modify this field, it is calculated by
-  -- Packages.initPackages and Packages.updatePackages.
+  -- Packages.initPackages
   pkgDatabase           :: Maybe [PackageConfig],
   pkgState              :: PackageState,
 



More information about the ghc-commits mailing list