[Git][ghc/ghc][wip/bump-time] Bump time submodule to 1.12.1
Ben Gamari (@bgamari)
gitlab at gitlab.haskell.org
Fri Apr 12 16:34:17 UTC 2024
Ben Gamari pushed to branch wip/bump-time at Glasgow Haskell Compiler / GHC
Commits:
ef516c80 by Ben Gamari at 2024-04-12T12:32:52-04:00
Bump time submodule to 1.12.1
- - - - -
6 changed files:
- compiler/ghc.cabal.in
- ghc/ghc-bin.cabal.in
- libraries/Cabal
- libraries/directory
- libraries/hpc
- libraries/time
Changes:
=====================================
compiler/ghc.cabal.in
=====================================
@@ -66,7 +66,7 @@ Library
process >= 1 && < 1.7,
bytestring >= 0.9 && < 0.12,
binary == 0.8.*,
- time >= 1.4 && < 1.12,
+ time >= 1.4 && < 1.13,
containers >= 0.6.2.1 && < 0.7,
array >= 0.1 && < 0.6,
filepath >= 1 && < 1.5,
=====================================
ghc/ghc-bin.cabal.in
=====================================
@@ -68,7 +68,7 @@ Executable ghc
ghci == @ProjectVersionMunged@,
haskeline == 0.8.*,
exceptions == 0.10.*,
- time >= 1.8 && < 1.12
+ time >= 1.8 && < 1.13
CPP-Options: -DHAVE_INTERNAL_INTERPRETER
Other-Modules:
GHCi.Leak
=====================================
libraries/Cabal
=====================================
@@ -1 +1 @@
-Subproject commit d638e33dbc056048b393964286c7fe394b2730d7
+Subproject commit b5ac2f70b0289c5ee1d31211a44133217a8fb9e3
=====================================
libraries/directory
=====================================
@@ -1 +1 @@
-Subproject commit adb8b4d67356c4eca92f62fd1b7c1ac8add4241c
+Subproject commit f0da64307959fcd2225c01f97df851ff45285e68
=====================================
libraries/hpc
=====================================
@@ -1 +1 @@
-Subproject commit 3648cd63d10e301f3f596efdcb1427a6a6a96cf9
+Subproject commit 4989c41b96c7c9ca09a6687da638ac28f3d3688b
=====================================
libraries/time
=====================================
@@ -1 +1 @@
-Subproject commit df292e1a74c6a87c2c1c889679074dd46ad39461
+Subproject commit caa9ecb3a79cf4d952d9c357ed5aa428aa4adb26
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/ef516c80c500df1c026363e5fa30be95df3e6a48
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/ef516c80c500df1c026363e5fa30be95df3e6a48
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/20240412/8d93b140/attachment-0001.html>
More information about the ghc-commits
mailing list