[Git][ghc/ghc][wip/ghc-9.8] ghc-prim: Bump version to 0.11
Ben Gamari (@bgamari)
gitlab at gitlab.haskell.org
Thu Jul 27 17:43:49 UTC 2023
Ben Gamari pushed to branch wip/ghc-9.8 at Glasgow Haskell Compiler / GHC
Commits:
62cb821e by Ben Gamari at 2023-07-27T13:43:13-04:00
ghc-prim: Bump version to 0.11
- - - - -
9 changed files:
- ghc/ghc-bin.cabal.in
- libraries/base/base.cabal
- libraries/ghc-bignum/ghc-bignum.cabal
- libraries/ghc-compact/ghc-compact.cabal
- libraries/ghc-heap/ghc-heap.cabal.in
- libraries/ghc-prim/ghc-prim.cabal
- libraries/ghci/ghci.cabal.in
- libraries/text
- testsuite/tests/backpack/should_compile/bkp16.stderr
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.11,
+ ghc-prim >= 0.5.0 && < 0.12,
ghci == @ProjectVersionMunged@,
haskeline == 0.8.*,
exceptions == 0.10.*,
=====================================
libraries/base/base.cabal
=====================================
@@ -86,7 +86,7 @@ Library
build-depends:
rts == 1.0.*,
- ghc-prim >= 0.5.1.0 && < 0.11,
+ ghc-prim >= 0.5.1.0 && < 0.12,
ghc-bignum >= 1.0 && < 2.0
exposed-modules:
=====================================
libraries/ghc-bignum/ghc-bignum.cabal
=====================================
@@ -77,7 +77,7 @@ library
ForeignFunctionInterface
build-depends:
- ghc-prim >= 0.5.1.0 && < 0.11
+ ghc-prim >= 0.5.1.0 && < 0.12
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.11,
+ build-depends: ghc-prim >= 0.5.3 && < 0.12,
base >= 4.9.0 && < 4.20,
bytestring >= 0.10.6.0 && <0.12
ghc-options: -Wall
=====================================
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.11
+ , ghc-prim > 0.2 && < 0.12
, rts == 1.0.*
, containers >= 0.6.2.1 && < 0.7
=====================================
libraries/ghc-prim/ghc-prim.cabal
=====================================
@@ -1,6 +1,6 @@
cabal-version: 2.2
name: ghc-prim
-version: 0.10.0
+version: 0.11.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.20,
- ghc-prim >= 0.5.0 && < 0.11,
+ ghc-prim >= 0.5.0 && < 0.12,
binary == 0.8.*,
bytestring >= 0.10 && < 0.12,
containers >= 0.5 && < 0.7,
=====================================
libraries/text
=====================================
@@ -1 +1 @@
-Subproject commit deaaef6216d3df524f8b998c54b317478094473c
+Subproject commit fe14df3f578cd49cb72555f25c49843a8671dfd2
=====================================
testsuite/tests/backpack/should_compile/bkp16.stderr
=====================================
@@ -2,8 +2,8 @@
[1 of 1] Compiling Int[sig] ( p/Int.hsig, nothing )
[2 of 2] Processing q
Instantiating q
- [1 of 1] Including p[Int=base-4.17.0.0:GHC.Exts]
- Instantiating p[Int=base-4.17.0.0:GHC.Exts]
- [1 of 1] Including ghc-prim-0.10.0
+ [1 of 1] Including p[Int=base-4.19.0.0:GHC.Exts]
+ Instantiating p[Int=base-4.19.0.0:GHC.Exts]
+ [1 of 1] Including ghc-prim-0.11.0
[1 of 1] Compiling Int[sig] ( p/Int.hsig, bkp16.out/p/p-97PZnzqiJmd2hTwUNGdjod/Int.o )
[1 of 1] Instantiating p
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/62cb821ef2ef0d47c4cf88a6f2aeb7f75106d361
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/62cb821ef2ef0d47c4cf88a6f2aeb7f75106d361
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/20230727/0893f876/attachment-0001.html>
More information about the ghc-commits
mailing list