diff options
author | Ben Gamari <ben@smart-cactus.org> | 2022-02-16 12:58:13 -0500 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2022-02-20 13:58:10 -0500 |
commit | 6b468f7f6185e68ccdea547beb090092b77cf87e (patch) | |
tree | 94f61dc57fa75cbdffb5f9c3694aa50f1a961c31 /ghc | |
parent | 845284a5ddceb043b1b1af6f130143f1ef160835 (diff) | |
download | haskell-6b468f7f6185e68ccdea547beb090092b77cf87e.tar.gz |
Bump time submodule to 1.12.1
Diffstat (limited to 'ghc')
-rw-r--r-- | ghc/ghc-bin.cabal.in | 2 |
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 |