[commit: ghc] master: Build fix (ddf9d40)

Ian Lynagh igloo at earth.li
Sun Aug 5 20:55:00 CEST 2012


Repository : ssh://darcs.haskell.org//srv/darcs/ghc

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/ddf9d40dd0e9f76ee75c848f7617a38ed0fc75dd

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

commit ddf9d40dd0e9f76ee75c848f7617a38ed0fc75dd
Author: Ian Lynagh <ian at well-typed.com>
Date:   Sun Aug 5 18:15:07 2012 +0100

    Build fix

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

 compiler/main/DynFlags.hs |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/compiler/main/DynFlags.hs b/compiler/main/DynFlags.hs
index dcb3188..67681fd 100644
--- a/compiler/main/DynFlags.hs
+++ b/compiler/main/DynFlags.hs
@@ -2906,7 +2906,6 @@ compilerInfo dflags
        ("Leading underscore",          cLeadingUnderscore),
        ("Debug on",                    show debugIsOn),
        ("LibDir",                      topDir dflags),
-       ("Global Package DB",           systemPackageConfig dflags),
-       ("Ld Linker flags",             show cLdLinkerOpts)
+       ("Global Package DB",           systemPackageConfig dflags)
       ]
 





More information about the Cvs-ghc mailing list