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 /compiler | |
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.
Diffstat (limited to 'compiler')
-rw-r--r-- | compiler/ghc.cabal.in | 2 |
1 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, |