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 | |
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')
m--------- | libraries/exceptions | 0 | ||||
-rw-r--r-- | libraries/ghci/ghci.cabal.in | 2 | ||||
-rw-r--r-- | libraries/template-haskell/template-haskell.cabal.in | 2 | ||||
m--------- | libraries/text | 0 |
4 files changed, 2 insertions, 2 deletions
diff --git a/libraries/exceptions b/libraries/exceptions -Subproject 75d8fe244c863e6fecf5700806ddfb5a27a52c9 +Subproject 0f17c9819fd4216ac591bb0acc4aa71b2ae5a73 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) diff --git a/libraries/template-haskell/template-haskell.cabal.in b/libraries/template-haskell/template-haskell.cabal.in index 58d0d70d7d..9ecbd81613 100644 --- a/libraries/template-haskell/template-haskell.cabal.in +++ b/libraries/template-haskell/template-haskell.cabal.in @@ -3,7 +3,7 @@ -- template-haskell.cabal. name: template-haskell -version: 2.18.0.0 +version: 2.19.0.0 -- NOTE: Don't forget to update ./changelog.md license: BSD3 license-file: LICENSE diff --git a/libraries/text b/libraries/text -Subproject 7d68087bd90c7b6721910d00e9fe309d4148a5a +Subproject 0fcf98843b7f03dd6741cfc730a55ad65748bea |