[commit: ghc] master: Bump time submodule to 1.8 (7153370)
git at git.haskell.org
git at git.haskell.org
Tue Feb 21 00:20:04 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/7153370288e6075c4f8c996ff02227e48805da06/ghc
>---------------------------------------------------------------
commit 7153370288e6075c4f8c996ff02227e48805da06
Author: Ben Gamari <ben at smart-cactus.org>
Date: Mon Feb 20 16:01:04 2017 -0500
Bump time submodule to 1.8
This unfortunately had quite a number of knock-on effects, including a need for
new releases of directory and unix.
>---------------------------------------------------------------
7153370288e6075c4f8c996ff02227e48805da06
compiler/ghc.cabal.in | 2 +-
ghc/ghc-bin.cabal.in | 2 +-
libraries/Cabal | 2 +-
libraries/directory | 2 +-
libraries/hpc | 2 +-
libraries/time | 2 +-
libraries/unix | 2 +-
7 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/compiler/ghc.cabal.in b/compiler/ghc.cabal.in
index f3d6711..b8b7106 100644
--- a/compiler/ghc.cabal.in
+++ b/compiler/ghc.cabal.in
@@ -55,7 +55,7 @@ Library
process >= 1 && < 1.5,
bytestring >= 0.9 && < 0.11,
binary == 0.8.*,
- time >= 1.4 && < 1.8,
+ time >= 1.4 && < 1.9,
containers >= 0.5 && < 0.6,
array >= 0.1 && < 0.6,
filepath >= 1 && < 1.5,
diff --git a/ghc/ghc-bin.cabal.in b/ghc/ghc-bin.cabal.in
index 9c9ca0e..0f50453 100644
--- a/ghc/ghc-bin.cabal.in
+++ b/ghc/ghc-bin.cabal.in
@@ -52,7 +52,7 @@ Executable ghc
deepseq == 1.4.*,
ghci == @ProjectVersionMunged@,
haskeline == 0.7.*,
- time == 1.7.*,
+ time == 1.8.*,
transformers == 0.5.*
CPP-Options: -DGHCI
GHC-Options: -fno-warn-name-shadowing
diff --git a/libraries/Cabal b/libraries/Cabal
index e8aa542..19c278f 160000
--- a/libraries/Cabal
+++ b/libraries/Cabal
@@ -1 +1 @@
-Subproject commit e8aa54220a4bbe3fe6d14542f3a94222228efb2f
+Subproject commit 19c278feb732f5797256ff28eb671440f5511c6c
diff --git a/libraries/directory b/libraries/directory
index 4a4a19d..af307f5 160000
--- a/libraries/directory
+++ b/libraries/directory
@@ -1 +1 @@
-Subproject commit 4a4a19d1c46c70ffd9a3e1c4c283e2e16214258f
+Subproject commit af307f52ca94ed232d1372fc6760a4b3efa243c7
diff --git a/libraries/hpc b/libraries/hpc
index 9267329..c23cad3 160000
--- a/libraries/hpc
+++ b/libraries/hpc
@@ -1 +1 @@
-Subproject commit 92673292ab7ce7878e982d0a02df3e548ef15b52
+Subproject commit c23cad32f408559ba95b880c04dc1a2c60ec3d01
diff --git a/libraries/time b/libraries/time
index b6098be..6e202ed 160000
--- a/libraries/time
+++ b/libraries/time
@@ -1 +1 @@
-Subproject commit b6098be8a4facfa854c633f2a3a82ab8e72962ef
+Subproject commit 6e202edc1b0e32c25bc13194e6496c2c18198463
diff --git a/libraries/unix b/libraries/unix
index d0b0e8c..821cb07 160000
--- a/libraries/unix
+++ b/libraries/unix
@@ -1 +1 @@
-Subproject commit d0b0e8cf5a7fa5b9dc500d2f623258200818cb16
+Subproject commit 821cb07ecf235625b4bb06626d30e4b15f28df30
More information about the ghc-commits
mailing list