[Git][ghc/ghc][wip/ghc-9.12-rc1] Bump ghc-prim and template-haskell versions
Zubin (@wz1000)
gitlab at gitlab.haskell.org
Thu Nov 28 09:01:22 UTC 2024
Zubin pushed to branch wip/ghc-9.12-rc1 at Glasgow Haskell Compiler / GHC
Commits:
6fc1fa3b by Zubin Duggal at 2024-11-28T14:31:01+05:30
Bump ghc-prim and template-haskell versions
- - - - -
11 changed files:
- ghc/ghc-bin.cabal.in
- libraries/exceptions
- libraries/ghc-bignum/ghc-bignum.cabal
- libraries/ghc-compact/ghc-compact.cabal
- libraries/ghc-experimental/ghc-experimental.cabal.in
- libraries/ghc-heap/ghc-heap.cabal.in
- libraries/ghc-internal/ghc-internal.cabal.in
- libraries/ghc-prim/ghc-prim.cabal
- libraries/ghci/ghci.cabal.in
- libraries/template-haskell/template-haskell.cabal.in
- libraries/text
Changes:
=====================================
ghc/ghc-bin.cabal.in
=====================================
@@ -57,7 +57,7 @@ Executable ghc
-- NB: this is never built by the bootstrapping GHC+libraries
Build-depends:
deepseq >= 1.4 && < 1.6,
- ghc-prim >= 0.5.0 && < 0.12,
+ ghc-prim >= 0.5.0 && < 0.14,
ghci == @ProjectVersionMunged@,
haskeline == 0.8.*,
exceptions == 0.10.*,
=====================================
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-heap/ghc-heap.cabal.in
=====================================
@@ -23,7 +23,7 @@ library
default-language: Haskell2010
build-depends: base >= 4.9.0 && < 5.0
- , ghc-prim > 0.2 && < 0.12
+ , ghc-prim > 0.2 && < 0.14
, rts == 1.0.*
, containers >= 0.6.2.1 && < 0.8
=====================================
libraries/ghc-internal/ghc-internal.cabal.in
=====================================
@@ -91,7 +91,7 @@ Library
build-depends:
rts == 1.0.*,
- ghc-prim >= 0.11 && < 0.12,
+ ghc-prim >= 0.11 && < 0.14,
ghc-bignum >= 1.0 && < 2.0
exposed-modules:
=====================================
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/ghci/ghci.cabal.in
=====================================
@@ -90,7 +90,7 @@ library
-- ghc-internal instead of ignoring the deprecation warning in GHCi.TH
-- and GHCi.CreateBCO when we require ghc-internal of the bootstrap
-- compiler
- ghc-prim >= 0.5.0 && < 0.12,
+ ghc-prim >= 0.5.0 && < 0.14,
binary == 0.8.*,
bytestring >= 0.10 && < 0.13,
containers >= 0.5 && < 0.8,
=====================================
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/6fc1fa3bdc8f53acdb19e47145789274060e498f
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/6fc1fa3bdc8f53acdb19e47145789274060e498f
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/20241128/7d0bb545/attachment-0001.html>
More information about the ghc-commits
mailing list