[commit: ghc] wip/ttypeable: ghc-bin: Bump time bound (d53585c)
git at git.haskell.org
git at git.haskell.org
Sun Jan 29 20:21:03 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/ttypeable
Link : http://ghc.haskell.org/trac/ghc/changeset/d53585cd08926e852d0c93d543783f459b7cef66/ghc
>---------------------------------------------------------------
commit d53585cd08926e852d0c93d543783f459b7cef66
Author: Ben Gamari <ben at smart-cactus.org>
Date: Thu Jan 19 15:20:05 2017 -0500
ghc-bin: Bump time bound
>---------------------------------------------------------------
d53585cd08926e852d0c93d543783f459b7cef66
ghc/ghc-bin.cabal.in | 2 +-
libraries/hpc | 2 +-
libraries/time | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
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/hpc b/libraries/hpc
index 9267329..8625c1c 160000
--- a/libraries/hpc
+++ b/libraries/hpc
@@ -1 +1 @@
-Subproject commit 92673292ab7ce7878e982d0a02df3e548ef15b52
+Subproject commit 8625c1c0550719437acad89d49401cf048990084
diff --git a/libraries/time b/libraries/time
index b6098be..ee8fe45 160000
--- a/libraries/time
+++ b/libraries/time
@@ -1 +1 @@
-Subproject commit b6098be8a4facfa854c633f2a3a82ab8e72962ef
+Subproject commit ee8fe452fa45f6d78f8ce6deedb88b20eb3d5f42
More information about the ghc-commits
mailing list