From 1dacb506f55b8ab0aacf84dcfbf9742ad68f47c6 Mon Sep 17 00:00:00 2001 From: Ben Gamari <ben@smart-cactus.org> Date: Sun, 10 Mar 2024 22:38:49 -0400 Subject: [PATCH] Bump time submodule to 1.14 As requested in #24528. ------------------------- Metric Decrease: ghc_bignum_so rts_so Metric Increase: cabal_syntax_dir rts_so time_dir time_so ------------------------- --- compiler/ghc.cabal.in | 2 +- ghc/ghc-bin.cabal.in | 2 +- libraries/Cabal | 2 +- libraries/directory | 2 +- libraries/hpc | 2 +- libraries/time | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/compiler/ghc.cabal.in b/compiler/ghc.cabal.in index a08e1266d5e5..5d2dbb8084f5 100644 --- a/compiler/ghc.cabal.in +++ b/compiler/ghc.cabal.in @@ -120,7 +120,7 @@ Library process >= 1 && < 1.7, bytestring >= 0.11 && < 0.13, binary == 0.8.*, - time >= 1.4 && < 1.13, + time >= 1.4 && < 1.15, containers >= 0.6.2.1 && < 0.8, array >= 0.1 && < 0.6, filepath >= 1 && < 1.6, diff --git a/ghc/ghc-bin.cabal.in b/ghc/ghc-bin.cabal.in index de06e3febd16..38841a9aa35a 100644 --- a/ghc/ghc-bin.cabal.in +++ b/ghc/ghc-bin.cabal.in @@ -61,7 +61,7 @@ Executable ghc ghci == @ProjectVersionMunged@, haskeline == 0.8.*, exceptions == 0.10.*, - time >= 1.8 && < 1.13 + time >= 1.8 && < 1.15 CPP-Options: -DHAVE_INTERNAL_INTERPRETER Other-Modules: GHCi.Leak diff --git a/libraries/Cabal b/libraries/Cabal index fb3f4d47d261..56fb1dc9baa2 160000 --- a/libraries/Cabal +++ b/libraries/Cabal @@ -1 +1 @@ -Subproject commit fb3f4d47d261f7401e4ea717ffab31af5d5470fb +Subproject commit 56fb1dc9baa20b079eb0fa84ccafb284a6e91d41 diff --git a/libraries/directory b/libraries/directory index 4b7c231d187c..a97a8a8f30d6 160000 --- a/libraries/directory +++ b/libraries/directory @@ -1 +1 @@ -Subproject commit 4b7c231d187cf253c5f446c4aed2fea26b81d5f9 +Subproject commit a97a8a8f30d652f972192122fd5f459a147c13e5 diff --git a/libraries/hpc b/libraries/hpc index 8bf6f8b08b0d..4989c41b96c7 160000 --- a/libraries/hpc +++ b/libraries/hpc @@ -1 +1 @@ -Subproject commit 8bf6f8b08b0d72cb9231775b66ca572acc1d3197 +Subproject commit 4989c41b96c7c9ca09a6687da638ac28f3d3688b diff --git a/libraries/time b/libraries/time index baab563ee2ce..e5c5d1987011 160000 --- a/libraries/time +++ b/libraries/time @@ -1 +1 @@ -Subproject commit baab563ee2ce547f7b7f7e7069ed09db2d406941 +Subproject commit e5c5d1987011efe88a21ab6ded45aaa33a16274f -- GitLab