summaryrefslogtreecommitdiff
path: root/libraries/template-haskell
diff options
context:
space:
mode:
authorRyan Scott <ryan.gl.scott@gmail.com>2019-07-02 18:22:39 -0400
committerMarge Bot <ben+marge-bot@smart-cactus.org>2019-07-03 09:34:54 -0400
commita25f6f55eaca0d3ec36afb574d5fa9326ea09d55 (patch)
tree72a13cc1a952b31778ca014b37dd3e448e3bd02b /libraries/template-haskell
parent973c61b526d2172d73a6e59977b9f40b5d76650f (diff)
downloadhaskell-a25f6f55eaca0d3ec36afb574d5fa9326ea09d55.tar.gz
Bump template-haskell version to 2.16.0.0
Commit cef80c0b9edca3d21b5c762f51dfbab4c5857d8a debuted a breaking change to `template-haskell`, so in order to guard against it properly with CPP, we need to bump the `template-haskell` version number accordingly.
Diffstat (limited to 'libraries/template-haskell')
-rw-r--r--libraries/template-haskell/template-haskell.cabal.in2
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 7acbf026c1..ebedcda650 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.15.0.0
+version: 2.16.0.0
-- NOTE: Don't forget to update ./changelog.md
license: BSD3
license-file: LICENSE