[commit: ghc] master: Bump time submodule (c3c552d)
git at git.haskell.org
git at git.haskell.org
Fri Nov 2 21:10:28 UTC 2018
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/c3c552d6ef4bdbbd7e2928dac864ff6009b36311/ghc
>---------------------------------------------------------------
commit c3c552d6ef4bdbbd7e2928dac864ff6009b36311
Author: Ben Gamari <ben at smart-cactus.org>
Date: Mon Oct 29 17:15:40 2018 -0400
Bump time submodule
>---------------------------------------------------------------
c3c552d6ef4bdbbd7e2928dac864ff6009b36311
compiler/ghc.cabal.in | 2 +-
ghc/ghc-bin.cabal.in | 2 +-
libraries/Cabal | 2 +-
libraries/hpc | 2 +-
libraries/time | 2 +-
libraries/unix | 2 +-
6 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/compiler/ghc.cabal.in b/compiler/ghc.cabal.in
index f952b88..a9a8da5 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 1f15c34..7819330 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
index 5a42391..836ba04 160000
--- a/libraries/Cabal
+++ b/libraries/Cabal
@@ -1 +1 @@
-Subproject commit 5a42391b88aca4467e45c23aff3d74720c353667
+Subproject commit 836ba04516516ec3740a9a584e514e0fed1d50d9
diff --git a/libraries/hpc b/libraries/hpc
index 85e04ed..2678098 160000
--- a/libraries/hpc
+++ b/libraries/hpc
@@ -1 +1 @@
-Subproject commit 85e04edd6e29de549301cf10d2c725cbf29b2098
+Subproject commit 26780988735bdb8fdbeffb59c4a8d585b9e46c3e
diff --git a/libraries/time b/libraries/time
index 1fcaa07..9e96c26 160000
--- a/libraries/time
+++ b/libraries/time
@@ -1 +1 @@
-Subproject commit 1fcaa07e10d7966356373ed0e946eb078fcdd6e6
+Subproject commit 9e96c26132fef01a3113c8b152b1be96c0eccd86
diff --git a/libraries/unix b/libraries/unix
index f4f500d..dbada98 160000
--- a/libraries/unix
+++ b/libraries/unix
@@ -1 +1 @@
-Subproject commit f4f500d53b4c73e542a377a5c675309dbbe5774d
+Subproject commit dbada9890c1d58111af7d4ebb2a67d38a3a6a872
More information about the ghc-commits
mailing list