diff options
author | Ben Gamari <ben@smart-cactus.org> | 2018-10-29 17:15:40 -0400 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2018-11-02 14:33:54 -0400 |
commit | c3c552d6ef4bdbbd7e2928dac864ff6009b36311 (patch) | |
tree | 30fcdbe13e1a67521994d24dcb235b669d35469a | |
parent | efb314582f1a1974d68505bbf9312f130416ef65 (diff) | |
download | haskell-c3c552d6ef4bdbbd7e2928dac864ff6009b36311.tar.gz |
Bump time submodule
-rw-r--r-- | compiler/ghc.cabal.in | 2 | ||||
-rw-r--r-- | ghc/ghc-bin.cabal.in | 2 | ||||
m--------- | libraries/Cabal | 0 | ||||
m--------- | libraries/hpc | 0 | ||||
m--------- | libraries/time | 0 | ||||
m--------- | libraries/unix | 0 |
6 files changed, 2 insertions, 2 deletions
diff --git a/compiler/ghc.cabal.in b/compiler/ghc.cabal.in index f952b88805..a9a8da5806 100644 --- a/compiler/ghc.cabal.in +++ b/compiler/ghc.cabal.in @@ -60,7 +60,7 @@ Library process >= 1 && < 1.7, bytestring >= 0.9 && < 0.11, binary == 0.8.*, - time >= 1.4 && < 1.9, + time >= 1.4 && < 1.10, containers >= 0.5 && < 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 1f15c347ed..781933062f 100644 --- a/ghc/ghc-bin.cabal.in +++ b/ghc/ghc-bin.cabal.in @@ -62,7 +62,7 @@ Executable ghc ghc-prim == 0.5.*, ghci == @ProjectVersionMunged@, haskeline == 0.7.*, - time == 1.8.*, + time >= 1.8 && < 1.10, transformers == 0.5.* CPP-Options: -DGHCI GHC-Options: -fno-warn-name-shadowing diff --git a/libraries/Cabal b/libraries/Cabal -Subproject 5a42391b88aca4467e45c23aff3d74720c35366 +Subproject 836ba04516516ec3740a9a584e514e0fed1d50d diff --git a/libraries/hpc b/libraries/hpc -Subproject 85e04edd6e29de549301cf10d2c725cbf29b209 +Subproject 26780988735bdb8fdbeffb59c4a8d585b9e46c3 diff --git a/libraries/time b/libraries/time -Subproject 1fcaa07e10d7966356373ed0e946eb078fcdd6e +Subproject 9e96c26132fef01a3113c8b152b1be96c0eccd8 diff --git a/libraries/unix b/libraries/unix -Subproject f4f500d53b4c73e542a377a5c675309dbbe5774 +Subproject dbada9890c1d58111af7d4ebb2a67d38a3a6a87 |