From 27b99ed8ede3d54932a432402de7dc43d1445f8f Mon Sep 17 00:00:00 2001 From: Takenobu Tani Date: Sat, 30 Mar 2019 11:42:14 +0900 Subject: Clean up URLs to point to GitLab This moves URL references to old Trac to their corresponding GitLab counterparts. This patch does not update the submodule library, such as libraries/Cabal. See also !539, !606, !618 [ci skip] --- utils/deriveConstants/Main.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils') diff --git a/utils/deriveConstants/Main.hs b/utils/deriveConstants/Main.hs index 5d5dbc404f..2c7a8379b9 100644 --- a/utils/deriveConstants/Main.hs +++ b/utils/deriveConstants/Main.hs @@ -702,7 +702,7 @@ getWanted verbose os tmpdir gccProgram gccFlags nmProgram mobjdumpProgram case Map.lookup "CONTROL_GROUP_CONST_291" m of Just 292 -> return () -- OK Nothing -> die "CONTROL_GROUP_CONST_291 missing!" - Just 0x292 -> die $ "broken 'nm' detected, see https://ghc.haskell.org/ticket/11744.\n" + Just 0x292 -> die $ "broken 'nm' detected, see https://gitlab.haskell.org/ghc/ghc/issues/11744.\n" ++ "\n" ++ "Workaround: You may want to pass\n" ++ " --with-nm=$(xcrun --find nm-classic)\n" -- cgit v1.2.1