diff options
author | Ben Gamari <ben@smart-cactus.org> | 2022-05-09 12:58:45 -0400 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2022-06-28 19:03:16 -0400 |
commit | 0e22f16cda8468256b4c5d04214276be30e23faa (patch) | |
tree | da6ea7e8698901fd3fb0dcb8745d397920c1744f /libraries/ghci | |
parent | 251471e7706ea3029b4a0c086035c16e7b67a081 (diff) | |
download | haskell-0e22f16cda8468256b4c5d04214276be30e23faa.tar.gz |
template-haskell: Bump version to 2.19.0.0
Bumps text and exceptions submodules due to bounds.
Diffstat (limited to 'libraries/ghci')
-rw-r--r-- | libraries/ghci/ghci.cabal.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/ghci/ghci.cabal.in b/libraries/ghci/ghci.cabal.in index c323387801..643680e0bf 100644 --- a/libraries/ghci/ghci.cabal.in +++ b/libraries/ghci/ghci.cabal.in @@ -79,7 +79,7 @@ library filepath == 1.4.*, ghc-boot == @ProjectVersionMunged@, ghc-heap == @ProjectVersionMunged@, - template-haskell == 2.18.*, + template-haskell == 2.19.*, transformers == 0.5.* if !os(windows) |