diff options
author | Ryan Scott <ryan.gl.scott@gmail.com> | 2021-03-17 20:23:47 -0400 |
---|---|---|
committer | Ryan Scott <ryan.gl.scott@gmail.com> | 2021-03-20 15:12:12 -0400 |
commit | 6a375b5365b3d0c74198dbd702beda6632890454 (patch) | |
tree | 1e20c20a66f7e635f3b87cc4da46a59ab6f5e51a /libraries/template-haskell/template-haskell.cabal.in | |
parent | 91ddac2f859a8fb37e2a295f94676c9705fe0227 (diff) | |
download | haskell-wip/T19083.tar.gz |
Bump template-haskell version to 2.18.0.0wip/T19083
This requires bumping the `exceptions` and `text` submodules to bring in
commits that bump their respective upper version bounds on `template-haskell`.
Fixes #19083.
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 950b247614..963e547a58 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.17.0.0 +version: 2.18.0.0 -- NOTE: Don't forget to update ./changelog.md license: BSD3 license-file: LICENSE |