diff options
author | Ben Gamari <ben@smart-cactus.org> | 2021-12-09 19:03:02 -0500 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2021-12-10 16:42:57 -0500 |
commit | 72b7aace32e89cf781d1c7d937e3b9f6e3897f7f (patch) | |
tree | 5b8aa2d77524db631a476050bed8d36782def40f | |
parent | d6177cb5dac357ff15ae048556f03039dd6987d2 (diff) | |
download | haskell-wip/T20547.tar.gz |
Bump time submodule to 1.12.1wip/T20547
Addresses #20547.
-rw-r--r-- | compiler/ghc.cabal.in | 2 | ||||
-rw-r--r-- | ghc/ghc-bin.cabal.in | 2 | ||||
m--------- | libraries/Cabal | 0 | ||||
m--------- | libraries/directory | 0 | ||||
m--------- | libraries/hpc | 0 | ||||
m--------- | libraries/time | 0 | ||||
m--------- | libraries/unix | 0 |
7 files changed, 2 insertions, 2 deletions
diff --git a/compiler/ghc.cabal.in b/compiler/ghc.cabal.in index 232d89c89f..a58d06b21e 100644 --- a/compiler/ghc.cabal.in +++ b/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, diff --git a/ghc/ghc-bin.cabal.in b/ghc/ghc-bin.cabal.in index cde0cbcb3e..3a1ad4be6e 100644 --- a/ghc/ghc-bin.cabal.in +++ b/ghc/ghc-bin.cabal.in @@ -63,7 +63,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 diff --git a/libraries/Cabal b/libraries/Cabal -Subproject 6424beef3c40ae58318f348ec5c265db26ac42b +Subproject 280d52877b366c2372f7fb561703d679ef6b22a diff --git a/libraries/directory b/libraries/directory -Subproject adb8b4d67356c4eca92f62fd1b7c1ac8add4241 +Subproject f0da64307959fcd2225c01f97df851ff45285e6 diff --git a/libraries/hpc b/libraries/hpc -Subproject cf838c8853178c18a7c53dc229606da83a7b201 +Subproject 8adc9d2438f29c133dab3396c96020d143d34cf diff --git a/libraries/time b/libraries/time -Subproject df292e1a74c6a87c2c1c889679074dd46ad3946 +Subproject caa9ecb3a79cf4d952d9c357ed5aa428aa4adb2 diff --git a/libraries/unix b/libraries/unix -Subproject 21437f20a41eb1a4c7d42fc402fe91350eb8b03 +Subproject 36ad525987f04db9fcafb046af2b3014cb993e1 |