summaryrefslogtreecommitdiff
path: root/compiler
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2020-10-27 10:34:59 -0400
committerMarge Bot <ben+marge-bot@smart-cactus.org>2020-11-22 12:39:02 -0500
commit901bc2208a115e0f8313b3aa9abc76fd05509aaa (patch)
treeb86a162244e6896f7365772d10b72bfd6885c048 /compiler
parentbc9c3916df96a20c58b91fd383a0da77ec83c4b0 (diff)
downloadhaskell-901bc2208a115e0f8313b3aa9abc76fd05509aaa.tar.gz
Bump time submodule to 1.11.1
Also bumps directory, Cabal, hpc, time, and unix submodules. Closes #18847.
Diffstat (limited to 'compiler')
-rw-r--r--compiler/ghc.cabal.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/ghc.cabal.in b/compiler/ghc.cabal.in
index faeb4f6520..1195fa6cbc 100644
--- a/compiler/ghc.cabal.in
+++ b/compiler/ghc.cabal.in
@@ -63,7 +63,7 @@ Library
process >= 1 && < 1.7,
bytestring >= 0.9 && < 0.11,
binary == 0.8.*,
- time >= 1.4 && < 1.10,
+ time >= 1.4 && < 1.12,
containers >= 0.6.2.1 && < 0.7,
array >= 0.1 && < 0.6,
filepath >= 1 && < 1.5,