[Git][ghc/ghc][ghc-9.8] 5 commits: Bump text, unix, bytestring, parsec submodules

Ben Gamari (@bgamari) gitlab at gitlab.haskell.org
Mon Sep 18 23:48:51 UTC 2023



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


Commits:
bafa6114 by Ben Gamari at 2023-09-18T15:00:12-04:00
Bump text, unix, bytestring, parsec submodules

 * text-2.1
 * bytestring-0.12
 * others for bounds bumps

See #23758.

- - - - -
f19ad17b by Matthew Pickering at 2023-09-18T15:00:12-04:00
ci: Build debian12 and fedora38 bindists

This adds builds for the latest releases for fedora and debian

We build these bindists in nightly and release pipelines.

(cherry picked from commit 8f7d3041e05496ab5eb30fb2a69ff61d5e13008a)

- - - - -
6854139f by Jaro Reinders at 2023-09-18T15:00:12-04:00
Make STG rewriter produce updatable closures

(cherry picked from commit 3930d793901d72f42b1535c85b746f32d5f3b677)

- - - - -
db31f25c by Sylvain Henry at 2023-09-18T15:00:12-04:00
Add missing int64/word64-to-double/float rules (#23907)

CLC proposal: https://github.com/haskell/core-libraries-committee/issues/203

(cherry picked from commit 5126a2fef0385e206643b6af0543d10ff0c219d8)

- - - - -
13ccbdc3 by Alan Zimmerman at 2023-09-18T15:01:12-04:00
EPA: track unicode version for unrestrictedFunTyCon

Closes #23885

Updates haddock submodule

(cherry picked from commit f9d79a6cb78d3ee606249b5393ccaf100577d7dc)

- - - - -


30 changed files:

- .gitlab-ci.yml
- .gitlab/gen_ci.hs
- .gitlab/jobs.yaml
- .gitlab/rel_eng/fetch-gitlab-artifacts/fetch_gitlab.py
- compiler/GHC/Parser.y
- compiler/GHC/Parser/Annotation.hs
- compiler/GHC/Stg/InferTags/Rewrite.hs
- compiler/ghc.cabal.in
- ghc/ghc-bin.cabal.in
- hadrian/hadrian.cabal
- libraries/Cabal
- libraries/base/GHC/Float.hs
- libraries/base/changelog.md
- libraries/bytestring
- libraries/ghc-boot/ghc-boot.cabal.in
- libraries/ghc-compact/ghc-compact.cabal
- libraries/ghci/ghci.cabal.in
- libraries/haskeline
- libraries/parsec
- libraries/text
- libraries/unix
- + testsuite/tests/numeric/should_compile/T23907.hs
- + testsuite/tests/numeric/should_compile/T23907.stderr
- testsuite/tests/numeric/should_compile/all.T
- testsuite/tests/printer/Makefile
- + testsuite/tests/printer/Test23885.hs
- testsuite/tests/printer/all.T
- + testsuite/tests/simplStg/should_run/T23783.hs
- + testsuite/tests/simplStg/should_run/T23783a.hs
- testsuite/tests/simplStg/should_run/all.T


The diff was not included because it is too large.


View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/compare/802bc4d8e042553fbdb54058b371db2b7e8f5d6f...13ccbdc3820f3d2d220dab2784a587fd4c5df01f

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/compare/802bc4d8e042553fbdb54058b371db2b7e8f5d6f...13ccbdc3820f3d2d220dab2784a587fd4c5df01f
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/20230918/bee2aad8/attachment.html>


More information about the ghc-commits mailing list