diff options
-rw-r--r-- | compiler/ghc.cabal.in | 2 | ||||
-rw-r--r-- | ghc/ghc-bin.cabal.in | 2 | ||||
m--------- | libraries/directory | 0 | ||||
m--------- | libraries/hpc | 0 | ||||
m--------- | libraries/time | 0 |
5 files changed, 2 insertions, 2 deletions
diff --git a/compiler/ghc.cabal.in b/compiler/ghc.cabal.in index 068ded4e9c..6bc23a69a8 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 3a1b4922f6..139ef0196b 100644 --- a/ghc/ghc-bin.cabal.in +++ b/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 diff --git a/libraries/directory b/libraries/directory -Subproject adb8b4d67356c4eca92f62fd1b7c1ac8add4241 +Subproject f0da64307959fcd2225c01f97df851ff45285e6 diff --git a/libraries/hpc b/libraries/hpc -Subproject 3648cd63d10e301f3f596efdcb1427a6a6a96cf +Subproject 8adc9d2438f29c133dab3396c96020d143d34cf diff --git a/libraries/time b/libraries/time -Subproject df292e1a74c6a87c2c1c889679074dd46ad3946 +Subproject caa9ecb3a79cf4d952d9c357ed5aa428aa4adb2 |