[Git][ghc/ghc][ghc-8.10] 10 commits: Limit upper version of Happy for ghc-9.0 and earlier (#18620)

Ben Gamari gitlab at gitlab.haskell.org
Thu Dec 17 17:37:20 UTC 2020



Ben Gamari pushed to branch ghc-8.10 at Glasgow Haskell Compiler / GHC


Commits:
e89a5563 by Takenobu Tani at 2020-12-13T17:11:57-05:00
Limit upper version of Happy for ghc-9.0 and earlier (#18620)

This patch adds the upper bound of a happy version for ghc-9.0
and earlier.

Currently, we can't use happy-1.20.0 for ghc-9.0.

See #18620.

(cherry picked from commit 74a7fbff5a8f244cd44345bf987e26413bb1989e)

- - - - -
d9064a7c by Ben Gamari at 2020-12-13T17:11:57-05:00
Bump bytestring submodule to 0.10.12.0

Fixes #18233.

- - - - -
0b9d2fe7 by Shayne Fletcher at 2020-12-15T20:10:03-05:00
Fix bad span calculations of post qualified imports

(cherry picked from commit 57f3fdb1fbeb82b5b19bc5e2970d8857c2514fcc)

- - - - -
572f9c8f by Ben Gamari at 2020-12-15T20:10:05-05:00
gitlab-ci: Rename RELEASE variable to RELEASE_JOB

This interfered with the autoconf variable of the same name, breaking
pre-release builds.

(cherry picked from commit 15dca84793d5ec4ff922726477923e40caa075eb)
(cherry picked from commit 3e55edd97c8eba271f5cb64b9362796791e0e887)

- - - - -
bc364f3e by Ben Gamari at 2020-12-16T17:00:31-05:00
Disable deprecation warnings in Cabal build

- - - - -
b3cc6847 by Ben Gamari at 2020-12-16T17:00:31-05:00
hadrian: Reindent Settings.Warnings

The previous state was quite illegible.

- - - - -
afc39ff5 by Ben Gamari at 2020-12-16T17:00:31-05:00
hadrian: Pass -Werror before other arguments

Previously we would append -Werror to the argument list. However, this
ended up overriding the -Wno-error=... flags in Settings.Warnings.

- - - - -
496a0d6d by Ben Gamari at 2020-12-16T17:00:31-05:00
users guide: Add release notes for 8.10.3

- - - - -
98d9f832 by Ben Gamari at 2020-12-16T17:00:31-05:00
Update autoconf scripts

Scripts taken from autoconf 90b8cb42ba3b244250a6986b8b78c80f30ed197a

- - - - -
6db6db46 by Ben Gamari at 2020-12-16T17:00:31-05:00
configure: Release 8.10.3

- - - - -


14 changed files:

- .gitlab-ci.yml
- aclocal.m4
- compiler/parser/Parser.y
- config.guess
- config.sub
- configure.ac
- + docs/users_guide/8.10.3-notes.rst
- docs/users_guide/index.rst
- hadrian/hadrian.cabal
- hadrian/src/Flavour.hs
- hadrian/src/Settings/Warnings.hs
- libraries/base/config.guess
- libraries/base/config.sub
- libraries/bytestring


The diff was not included because it is too large.


View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/compare/b0ad86fb84fbd2ac78208e6545c48c7a09e7f4aa...6db6db46af6f8e3e24d7d16b0b43a984a9a14677

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/compare/b0ad86fb84fbd2ac78208e6545c48c7a09e7f4aa...6db6db46af6f8e3e24d7d16b0b43a984a9a14677
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/20201217/d0078980/attachment.html>


More information about the ghc-commits mailing list