[commit: ghc] master: Make GHC `time-1.5`-ready (0b54f62)

git at git.haskell.org git at git.haskell.org
Wed Sep 10 21:59:42 UTC 2014


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/0b54f621486ede8019c2c0a94bd8fdc6e1ee2e38/ghc

>---------------------------------------------------------------

commit 0b54f621486ede8019c2c0a94bd8fdc6e1ee2e38
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date:   Wed Sep 10 23:50:38 2014 +0200

    Make GHC `time-1.5`-ready
    
    This also updates a few submodules to have their upper-bounds on
    `time` relaxed to allow `time-1.5`. The only package that can't be
    upgraded yet is `Cabal` due to API changes breaking `ghc-cabal`. This
    needs to be addressed in a future commit.


>---------------------------------------------------------------

0b54f621486ede8019c2c0a94bd8fdc6e1ee2e38
 compiler/ghc.cabal.in | 2 +-
 libraries/directory   | 2 +-
 libraries/haskell98   | 2 +-
 libraries/hpc         | 2 +-
 libraries/unix        | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/compiler/ghc.cabal.in b/compiler/ghc.cabal.in
index 71065d3..fc3517a 100644
--- a/compiler/ghc.cabal.in
+++ b/compiler/ghc.cabal.in
@@ -48,7 +48,7 @@ Library
                    directory  >= 1   && < 1.3,
                    process    >= 1   && < 1.3,
                    bytestring >= 0.9 && < 0.11,
-                   time                 < 1.5,
+                   time                 < 1.6,
                    containers >= 0.1 && < 0.6,
                    array      >= 0.1 && < 0.6,
                    filepath   >= 1   && < 1.4,
diff --git a/libraries/directory b/libraries/directory
index 2cb6678..deb530a 160000
--- a/libraries/directory
+++ b/libraries/directory
@@ -1 +1 @@
-Subproject commit 2cb66787cc3599d5ded2b8c7f8b23bc7b152b58d
+Subproject commit deb530aa8a80214af6cf06e9b1ecc3390a5413dd
diff --git a/libraries/haskell98 b/libraries/haskell98
index 737333d..543642a 160000
--- a/libraries/haskell98
+++ b/libraries/haskell98
@@ -1 +1 @@
-Subproject commit 737333db1a8eaed9312268e02bade5344d175d05
+Subproject commit 543642a054623ce4c5d681dae63be33983ec6712
diff --git a/libraries/hpc b/libraries/hpc
index 79eaff2..d430be4 160000
--- a/libraries/hpc
+++ b/libraries/hpc
@@ -1 +1 @@
-Subproject commit 79eaff2567872279fd916e52f0c39de5e6370b59
+Subproject commit d430be4664aac337cd0e49dd6b69e818f21cde6b
diff --git a/libraries/unix b/libraries/unix
index 8afe57f..b2c8ae1 160000
--- a/libraries/unix
+++ b/libraries/unix
@@ -1 +1 @@
-Subproject commit 8afe57ff808499584f43a5cfeb1a3bb42602df8b
+Subproject commit b2c8ae1cf231745c928fe51029d391681c1f0c20



More information about the ghc-commits mailing list