summaryrefslogtreecommitdiff
path: root/ghc
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2022-02-16 12:58:13 -0500
committerMarge Bot <ben+marge-bot@smart-cactus.org>2022-02-20 13:58:10 -0500
commit6b468f7f6185e68ccdea547beb090092b77cf87e (patch)
tree94f61dc57fa75cbdffb5f9c3694aa50f1a961c31 /ghc
parent845284a5ddceb043b1b1af6f130143f1ef160835 (diff)
downloadhaskell-6b468f7f6185e68ccdea547beb090092b77cf87e.tar.gz
Bump time submodule to 1.12.1
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 3a1b4922f6..139ef0196b 100644
--- a/ghc/ghc-bin.cabal.in
+++ b/ghc/ghc-bin.cabal.in
@@ -68,7 +68,7 @@ Executable ghc
ghci == @ProjectVersionMunged@,
haskeline == 0.8.*,
exceptions == 0.10.*,
- time >= 1.8 && < 1.12
+ time >= 1.8 && < 1.13
CPP-Options: -DHAVE_INTERNAL_INTERPRETER
Other-Modules:
GHCi.Leak