[Git][ghc/ghc][ghc-9.10] ghc-prim: Bump version to 0.12

Ben Gamari (@bgamari) gitlab at gitlab.haskell.org
Mon Mar 3 14:42:16 UTC 2025



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


Commits:
9968ac07 by Ben Gamari at 2025-02-28T11:40:56-05:00
ghc-prim: Bump version to 0.12

Requires bump of `text` submodule due to upstream bound.

Addresses #25550.

- - - - -


9 changed files:

- ghc/ghc-bin.cabal.in
- 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/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.13,
             ghci           == @ProjectVersionMunged@,
             haskeline      == 0.8.*,
             exceptions     == 0.10.*,


=====================================
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.13
 
   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.21,
                  bytestring >= 0.10.6.0 && <0.13
   ghc-options: -Wall


=====================================
libraries/ghc-experimental/ghc-experimental.cabal.in
=====================================
@@ -39,7 +39,7 @@ library
     other-extensions:
     build-depends:    base ^>=4.20,
                       ghc-internal == @ProjectVersionForLib at .*,
-                      ghc-prim >= 0.11 && < 0.12
+                      ghc-prim >= 0.11 && < 0.13
     hs-source-dirs:   src
     default-language: Haskell2010
     ghc-options: -this-unit-id ghc-experimental


=====================================
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.13
                   , rts              == 1.0.*
                   , containers       >= 0.6.2.1 && < 0.8
 


=====================================
libraries/ghc-internal/ghc-internal.cabal.in
=====================================
@@ -89,7 +89,7 @@ Library
 
     build-depends:
         rts == 1.0.*,
-        ghc-prim >= 0.11 && < 0.12,
+        ghc-prim >= 0.11 && < 0.13,
         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.12.0
 -- NOTE: Don't forget to update ./changelog.md
 license:        BSD-3-Clause
 license-file:   LICENSE


=====================================
libraries/ghci/ghci.cabal.in
=====================================
@@ -76,7 +76,7 @@ library
         rts,
         array            == 0.5.*,
         base             >= 4.8 && < 4.21,
-        ghc-prim         >= 0.5.0 && < 0.12,
+        ghc-prim         >= 0.5.0 && < 0.13,
         binary           == 0.8.*,
         bytestring       >= 0.10 && < 0.13,
         containers       >= 0.5 && < 0.8,


=====================================
libraries/text
=====================================
@@ -1 +1 @@
-Subproject commit ee0a8f8b9a4bd3fdad23e9ac0db56e7f08ce35cd
+Subproject commit 991b7e34efacc44a8a8b60e28ae737c45bc5942e



View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/9968ac074d4d55f8611e241a089dea5b4ce9303b

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/9968ac074d4d55f8611e241a089dea5b4ce9303b
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/20250303/19c1f4f0/attachment-0001.html>


More information about the ghc-commits mailing list