[Git][ghc/ghc][wip/ghc-9.10] 3 commits: configure: Bump version to 9.10

Ben Gamari (@bgamari) gitlab at gitlab.haskell.org
Fri Mar 8 20:22:18 UTC 2024



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


Commits:
cdb256b0 by Ben Gamari at 2024-03-08T10:38:53-05:00
configure: Bump version to 9.10

- - - - -
53b7a1fb by Ben Gamari at 2024-03-08T11:15:25-05:00
Bump transformers submodule to 0.6.1.1

- - - - -
ea2615f4 by Ben Gamari at 2024-03-08T15:19:21-05:00
testsuite: Increase ulimit for T18623

1 MByte was just too tight and failed intermittently on some platforms
(e.g. CentOS 7). Bumping the limit to 8 MByte should provide sufficient
headroom.

Fixes #23139.

- - - - -


3 changed files:

- configure.ac
- libraries/transformers
- testsuite/tests/rts/T18623/all.T


Changes:

=====================================
configure.ac
=====================================
@@ -13,7 +13,7 @@ dnl
 # see what flags are available. (Better yet, read the documentation!)
 #
 
-AC_INIT([The Glorious Glasgow Haskell Compilation System], [9.9], [glasgow-haskell-bugs at haskell.org], [ghc-AC_PACKAGE_VERSION])
+AC_INIT([The Glorious Glasgow Haskell Compilation System], [9.10.0], [glasgow-haskell-bugs at haskell.org], [ghc-AC_PACKAGE_VERSION])
     # Version on master must be X.Y (not X.Y.Z) for ProjectVersionMunged variable
     # to be useful (cf #19058). However, the version must have three components
     # (X.Y.Z) on stable branches (e.g. ghc-9.2) to ensure that pre-releases are


=====================================
libraries/transformers
=====================================
@@ -1 +1 @@
-Subproject commit ef4fa181ebea77ac6997d392d1ef5a09524f06b2
+Subproject commit ba3503905dec072acc6515323c884706efd4dbb4


=====================================
testsuite/tests/rts/T18623/all.T
=====================================
@@ -8,7 +8,7 @@ test('T18623',
      # Recent versions of osx report an error when running `ulimit -v`
      when(opsys('darwin'), skip),
      when(arch('powerpc64le'), skip),
-     cmd_prefix('ulimit -v ' + str(1024 ** 2) + ' && '),
+     cmd_prefix('ulimit -v ' + str(8 * 1024 ** 2) + ' && '),
      ignore_stdout],
     run_command,
     ['{compiler} --version'])



View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/compare/1da0bdcb4adbf4eb7d0584c0d76aee83bc7f5166...ea2615f4d12f8d4fa5a1fe3824ed9a2ee588469f

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/compare/1da0bdcb4adbf4eb7d0584c0d76aee83bc7f5166...ea2615f4d12f8d4fa5a1fe3824ed9a2ee588469f
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/20240308/9b980bdc/attachment-0001.html>


More information about the ghc-commits mailing list