[commit: ghc] ghc-8.0: deriveConstants: Fix nm advice one last time (628262b)

git at git.haskell.org git at git.haskell.org
Tue May 3 19:24:38 UTC 2016


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

On branch  : ghc-8.0
Link       : http://ghc.haskell.org/trac/ghc/changeset/628262b59d2565e3646b58a97265b34ac1cde7e7/ghc

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

commit 628262b59d2565e3646b58a97265b34ac1cde7e7
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Sun May 1 18:05:28 2016 +0200

    deriveConstants: Fix nm advice one last time
    
    Missing a close paren.


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

628262b59d2565e3646b58a97265b34ac1cde7e7
 utils/deriveConstants/Main.hs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/utils/deriveConstants/Main.hs b/utils/deriveConstants/Main.hs
index 6cd48d4..1878fd9 100644
--- a/utils/deriveConstants/Main.hs
+++ b/utils/deriveConstants/Main.hs
@@ -693,7 +693,7 @@ getWanted verbose os tmpdir gccProgram gccFlags nmProgram mobjdumpProgram
              Just 0x292 -> die $ "broken 'nm' detected, see https://ghc.haskell.org/ticket/11744.\n"
                               ++ "\n"
                               ++ "Workaround: You may want to pass\n"
-                              ++ "    --with-nm=$(xcrun --find nm-classic\n"
+                              ++ "    --with-nm=$(xcrun --find nm-classic)\n"
                               ++ "to 'configure'.\n"
              Just x     -> die ("unexpected value round-tripped for CONTROL_GROUP_CONST_291: " ++ show x)
 



More information about the ghc-commits mailing list