diff options
author | Herbert Valerio Riedel <hvr@gnu.org> | 2014-09-10 23:50:38 +0200 |
---|---|---|
committer | Herbert Valerio Riedel <hvr@gnu.org> | 2014-09-10 23:50:38 +0200 |
commit | 0b54f621486ede8019c2c0a94bd8fdc6e1ee2e38 (patch) | |
tree | de77d513d7f1c95df15a1d6ec20c7dcbf5547100 | |
parent | c0c17721b8ff628bb3ad45dad59d5b0c4106f4de (diff) | |
download | haskell-0b54f621486ede8019c2c0a94bd8fdc6e1ee2e38.tar.gz |
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.
-rw-r--r-- | compiler/ghc.cabal.in | 2 | ||||
m--------- | libraries/directory | 0 | ||||
m--------- | libraries/haskell98 | 0 | ||||
m--------- | libraries/hpc | 0 | ||||
m--------- | libraries/unix | 0 |
5 files changed, 1 insertions, 1 deletions
diff --git a/compiler/ghc.cabal.in b/compiler/ghc.cabal.in index 71065d34cd..fc3517a028 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 -Subproject 2cb66787cc3599d5ded2b8c7f8b23bc7b152b58 +Subproject deb530aa8a80214af6cf06e9b1ecc3390a5413d diff --git a/libraries/haskell98 b/libraries/haskell98 -Subproject 737333db1a8eaed9312268e02bade5344d175d0 +Subproject 543642a054623ce4c5d681dae63be33983ec671 diff --git a/libraries/hpc b/libraries/hpc -Subproject 79eaff2567872279fd916e52f0c39de5e6370b5 +Subproject d430be4664aac337cd0e49dd6b69e818f21cde6 diff --git a/libraries/unix b/libraries/unix -Subproject 8afe57ff808499584f43a5cfeb1a3bb42602df8 +Subproject b2c8ae1cf231745c928fe51029d391681c1f0c2 |