[Git][ghc/ghc][wip/ghc-9.12-rc1] 2 commits: Bump file-io submodule to 0.1.5
Zubin (@wz1000)
gitlab at gitlab.haskell.org
Wed Nov 27 13:49:05 UTC 2024
Zubin pushed to branch wip/ghc-9.12-rc1 at Glasgow Haskell Compiler / GHC
Commits:
9478b5ae by Zubin Duggal at 2024-11-27T19:02:38+05:30
Bump file-io submodule to 0.1.5
- - - - -
f593c178 by Zubin Duggal at 2024-11-27T19:18:43+05:30
Bump ghc-prim and template-haskell versions
- - - - -
7 changed files:
- libraries/exceptions
- libraries/file-io
- libraries/ghc-bignum/ghc-bignum.cabal
- libraries/ghc-compact/ghc-compact.cabal
- 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/file-io
=====================================
@@ -1 +1 @@
-Subproject commit 9cf6e1514186e48bed0ea45480348b7babc15b47
+Subproject commit 21303160b5dd91d6197bd1d20a8796ba2a819d4e
=====================================
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-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/-/compare/77f340a24561cea8a6f2ada296b3ea356ab1823c...f593c1780bd32afbaf703664a26ba03be65c8d57
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/compare/77f340a24561cea8a6f2ada296b3ea356ab1823c...f593c1780bd32afbaf703664a26ba03be65c8d57
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/a762113d/attachment-0001.html>
More information about the ghc-commits
mailing list