[Git][ghc/ghc][ghc-8.10] 4 commits: Restore haskeline submodule to v0.8.0.0
Ben Gamari
gitlab at gitlab.haskell.org
Thu Jul 30 14:48:22 UTC 2020
Ben Gamari pushed to branch ghc-8.10 at Glasgow Haskell Compiler / GHC
Commits:
f34695e9 by Ben Gamari at 2020-07-30T10:48:10-04:00
Restore haskeline submodule to v0.8.0.0
It appears that this was incorrectly reverted in
4186c713e65dc5041d0b7a0e1d77f48edc763c3a.
- - - - -
274989ff by Ben Gamari at 2020-07-30T10:48:10-04:00
users-guide: Mention LLVM version requirement
- - - - -
484c4d89 by Ben Gamari at 2020-07-30T10:48:10-04:00
Use ld.gold to link on deb10
Otherwise we use ld.lld, which fails with
ld.lld: error: -r and --export-dynamic may not be used together
- - - - -
bb0dae83 by Ben Gamari at 2020-07-30T10:48:10-04:00
Release GHC 8.10.2
- - - - -
4 changed files:
- .gitlab-ci.yml
- configure.ac
- docs/users_guide/8.10.2-notes.rst
- libraries/haskeline
Changes:
=====================================
.gitlab-ci.yml
=====================================
@@ -655,6 +655,7 @@ validate-x86_64-linux-deb9-dwarf:
variables:
TEST_ENV: "x86_64-linux-deb10"
BIN_DIST_PREP_TAR_COMP: "./ghc-x86_64-deb10-linux.tar.xz"
+ LD: "ld.gold"
cache:
key: linux-x86_64-deb10
=====================================
configure.ac
=====================================
@@ -13,10 +13,10 @@ dnl
# see what flags are available. (Better yet, read the documentation!)
#
-AC_INIT([The Glorious Glasgow Haskell Compilation System], [8.10.1], [glasgow-haskell-bugs at haskell.org], [ghc-AC_PACKAGE_VERSION])
+AC_INIT([The Glorious Glasgow Haskell Compilation System], [8.10.2], [glasgow-haskell-bugs at haskell.org], [ghc-AC_PACKAGE_VERSION])
# Set this to YES for a released version, otherwise NO
-: ${RELEASE=NO}
+: ${RELEASE=YES}
# The primary version (e.g. 7.5, 7.4.1) is set in the AC_INIT line
# above. If this is not a released version, then we will append the
=====================================
docs/users_guide/8.10.2-notes.rst
=====================================
@@ -6,6 +6,8 @@ Release notes for version 8.10.2
The significant changes to the various parts of the compiler are listed in the
following sections.
+Like previous releases in the 8.10 series, the :ghc-flag:`LLVM backend <-fllvm>`
+of this release is to be used with LLVM 9.
Highlights
----------
=====================================
libraries/haskeline
=====================================
@@ -1 +1 @@
-Subproject commit 98d69248d08389f349e12981da43797b8860ae67
+Subproject commit 463fc49d17bfab846cceba48bccc02ef285e6cba
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/compare/dbe09a235cc1cd94215bbf7a43bcad01b253396f...bb0dae833ec99d03eed9958e4dfcbef5970718cc
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/compare/dbe09a235cc1cd94215bbf7a43bcad01b253396f...bb0dae833ec99d03eed9958e4dfcbef5970718cc
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/20200730/d4e7c831/attachment-0001.html>
More information about the ghc-commits
mailing list