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

Ben Gamari (@bgamari) gitlab at gitlab.haskell.org
Mon Sep 18 18:27:38 UTC 2023



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


Commits:
ea74a805 by Ben Gamari at 2023-09-18T14:27:26-04:00
Bump text, unix, bytestring, parsec submodules

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

See #23758.

- - - - -
f58bcd3e by Matthew Pickering at 2023-09-18T14:27:26-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)

- - - - -
286d1610 by Jaro Reinders at 2023-09-18T14:27:26-04:00
Make STG rewriter produce updatable closures

(cherry picked from commit 3930d793901d72f42b1535c85b746f32d5f3b677)

- - - - -
7e033118 by Sylvain Henry at 2023-09-18T14:27:26-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)

- - - - -
edf78002 by Alan Zimmerman at 2023-09-18T14:27:26-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
- + 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
- utils/check-exact/ExactPrint.hs


The diff was not included because it is too large.


View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/compare/631ba317fc8c3916344f95708334ffbfa4571a34...edf78002426bc4325a4a49ff4b12ccaa619a485b

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/compare/631ba317fc8c3916344f95708334ffbfa4571a34...edf78002426bc4325a4a49ff4b12ccaa619a485b
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/e1d61fcc/attachment.html>


More information about the ghc-commits mailing list