diff options
author | Ben Gamari <ben@smart-cactus.org> | 2023-01-16 11:53:22 -0500 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2023-01-19 09:14:53 -0500 |
commit | 675a9191bbc600832d53bccaac6243a2886a7d1f (patch) | |
tree | 0e9b14dbbd329f84f7c18e5fcb7258a5c5dfc7f2 /libraries/template-haskell/template-haskell.cabal.in | |
parent | f4d50bafb7e14f76273aaf6f634815d5628ccc86 (diff) | |
download | haskell-wip/T22767.tar.gz |
template-haskell: Bump version to 2.20.0.0wip/T22767
Updates `text` and `exceptions` submodules for bounds bumps.
Addresses #22767.
Diffstat (limited to 'libraries/template-haskell/template-haskell.cabal.in')
-rw-r--r-- | libraries/template-haskell/template-haskell.cabal.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/template-haskell/template-haskell.cabal.in b/libraries/template-haskell/template-haskell.cabal.in index fb1a03f2e7..5cee75cd06 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.19.0.0 +version: 2.20.0.0 -- NOTE: Don't forget to update ./changelog.md license: BSD3 license-file: LICENSE |