[Git][ghc/ghc][wip/ghc-9.12-rc1] Bump ghc-prim and template-haskell versions
Zubin (@wz1000)
gitlab at gitlab.haskell.org
Wed Nov 27 18:15:26 UTC 2024
Zubin pushed to branch wip/ghc-9.12-rc1 at Glasgow Haskell Compiler / GHC
Commits:
b4ea3a38 by Zubin Duggal at 2024-11-27T23:44:51+05:30
Bump ghc-prim and template-haskell versions
- - - - -
7 changed files:
- libraries/exceptions
- libraries/ghc-bignum/ghc-bignum.cabal
- libraries/ghc-compact/ghc-compact.cabal
- libraries/ghc-experimental/ghc-experimental.cabal.in
- libraries/ghc-prim/ghc-prim.cabal
- libraries/template-haskell/template-haskell.cabal.in
- libraries/text
Changes:
=====================================
libraries/exceptions
=====================================
@@ -1 +1 @@
-Subproject commit 0b6abb3ac433c7d1d5c6f6a5a45b37f7c486e33b
+Subproject commit 8e55b720f45db91f4895f710863ef9dbc10fe569
=====================================
libraries/ghc-bignum/ghc-bignum.cabal
=====================================
@@ -77,7 +77,7 @@ library
ForeignFunctionInterface
build-depends:
- ghc-prim >= 0.5.1.0 && < 0.12
+ ghc-prim >= 0.5.1.0 && < 0.14
hs-source-dirs: src/
include-dirs: include/
=====================================
libraries/ghc-compact/ghc-compact.cabal
=====================================
@@ -39,7 +39,7 @@ library
UnboxedTuples
CPP
- build-depends: ghc-prim >= 0.5.3 && < 0.12,
+ build-depends: ghc-prim >= 0.5.3 && < 0.14,
base >= 4.9.0 && < 4.22,
bytestring >= 0.10.6.0 && <0.13
ghc-options: -Wall
=====================================
libraries/ghc-experimental/ghc-experimental.cabal.in
=====================================
@@ -41,6 +41,6 @@ library
other-extensions:
build-depends: base >=4.20 && < 4.22,
ghc-internal == @ProjectVersionForLib at .*,
- ghc-prim >= 0.11 && < 0.12
+ ghc-prim >= 0.11 && < 0.14
hs-source-dirs: src
default-language: Haskell2010
=====================================
libraries/ghc-prim/ghc-prim.cabal
=====================================
@@ -1,6 +1,6 @@
cabal-version: 2.2
name: ghc-prim
-version: 0.11.0
+version: 0.13.0
-- NOTE: Don't forget to update ./changelog.md
license: BSD-3-Clause
license-file: LICENSE
=====================================
libraries/template-haskell/template-haskell.cabal.in
=====================================
@@ -3,7 +3,7 @@
-- template-haskell.cabal.
name: template-haskell
-version: 2.22.1.0
+version: 2.23.0.0
-- NOTE: Don't forget to update ./changelog.md
license: BSD3
license-file: LICENSE
=====================================
libraries/text
=====================================
@@ -1 +1 @@
-Subproject commit ee0a8f8b9a4bd3fdad23e9ac0db56e7f08ce35cd
+Subproject commit b86564cae8d7262c7c4e7afe7a9163c83de3f175
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/b4ea3a38d20f7656f2b15cbe6bebd6535201b456
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/b4ea3a38d20f7656f2b15cbe6bebd6535201b456
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/20241127/76afade5/attachment-0001.html>
More information about the ghc-commits
mailing list