diff options
author | Ben Gamari <ben@smart-cactus.org> | 2018-10-29 17:15:40 -0400 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2018-11-02 14:33:54 -0400 |
commit | c3c552d6ef4bdbbd7e2928dac864ff6009b36311 (patch) | |
tree | 30fcdbe13e1a67521994d24dcb235b669d35469a /compiler/ghc.cabal.in | |
parent | efb314582f1a1974d68505bbf9312f130416ef65 (diff) | |
download | haskell-c3c552d6ef4bdbbd7e2928dac864ff6009b36311.tar.gz |
Bump time submodule
Diffstat (limited to 'compiler/ghc.cabal.in')
-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 f952b88805..a9a8da5806 100644 --- a/compiler/ghc.cabal.in +++ b/compiler/ghc.cabal.in @@ -60,7 +60,7 @@ Library process >= 1 && < 1.7, bytestring >= 0.9 && < 0.11, binary == 0.8.*, - time >= 1.4 && < 1.9, + time >= 1.4 && < 1.10, containers >= 0.5 && < 0.7, array >= 0.1 && < 0.6, filepath >= 1 && < 1.5, |