[Git][ghc/ghc][master] Improve ghc-toolchain validation configure warning
Marge Bot (@marge-bot)
gitlab at gitlab.haskell.org
Fri Aug 4 16:30:29 UTC 2023
Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC
Commits:
03f2debd by Rodrigo Mesquita at 2023-08-04T12:30:00-04:00
Improve ghc-toolchain validation configure warning
Fixes the layout of the ghc-toolchain validation warning produced by
configure.
- - - - -
1 changed file:
- m4/ghc_toolchain.m4
Changes:
=====================================
m4/ghc_toolchain.m4
=====================================
@@ -144,13 +144,13 @@ AC_DEFUN([VALIDATE_GHC_TOOLCHAIN],[
true
else
AC_MSG_WARN([
- There are some differences between the toolchain configured by "configure" ($1) and the toolchain configured by the "ghc-toolchain" program ($2).
- $diff_output
- Don't worry! This won't affect your ghc in any way.
- However, in a near future, we will move to configuring toolchains with "ghc-toolchain" by default, so you might have discovered a future bug.
- In light of it, if you've spotted this difference, please report a GHC bug at
- https://www.haskell.org/ghc/reportabug
- ])
+There are some differences between the toolchain configured by "configure" ($1) and the toolchain configured by the "ghc-toolchain" program ($2).
+
+$diff_output
+
+Don't worry! This won't affect your ghc in any way.
+However, in a near future, we will move to configuring toolchains with "ghc-toolchain" by default, so you might have discovered a future bug.
+In light of it, if you've spotted this difference, please report a GHC bug at https://www.haskell.org/ghc/reportabug])
fi
])
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/03f2debdc2916c8d6dfba7e6dcf72949a81b7241
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/03f2debdc2916c8d6dfba7e6dcf72949a81b7241
You're receiving this email because of your account on gitlab.haskell.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20230804/c38bdc06/attachment-0001.html>
More information about the ghc-commits
mailing list