summaryrefslogtreecommitdiff
path: root/ghc
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 /ghc
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 'ghc')
-rw-r--r--ghc/ghc-bin.cabal.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/ghc/ghc-bin.cabal.in b/ghc/ghc-bin.cabal.in
index 5884984474..2e42221d47 100644
--- a/ghc/ghc-bin.cabal.in
+++ b/ghc/ghc-bin.cabal.in
@@ -63,7 +63,7 @@ Executable ghc
ghci == @ProjectVersionMunged@,
haskeline == 0.8.*,
exceptions == 0.10.*,
- time >= 1.8 && < 1.10
+ time >= 1.8 && < 1.12
CPP-Options: -DHAVE_INTERNAL_INTERPRETER
Other-Modules:
GHCi.Leak