summaryrefslogtreecommitdiff
path: root/libraries/template-haskell
diff options
context:
space:
mode:
authorRyan Scott <ryan.gl.scott@gmail.com>2017-09-25 14:22:27 -0400
committerRyan Scott <ryan.gl.scott@gmail.com>2017-09-25 14:22:27 -0400
commit3804a7eb44c01ca91501e726b76b590c193ea126 (patch)
treecb74da581065b9df85368131c3d22af37ed99ac1 /libraries/template-haskell
parent0e60cc1825aace414597b644731c30269994f7fb (diff)
downloadhaskell-3804a7eb44c01ca91501e726b76b590c193ea126.tar.gz
Bump template-haskell to 2.13.0.0
Summary: Now that `MonadIO` is a superclass of `Quasi`, it's a good time to bump the `template-haskell` version so that libraries can accommodate the change using CPP. Test Plan: ./validate Reviewers: bgamari, austin Subscribers: rwbarton, thomie Differential Revision: https://phabricator.haskell.org/D4007
Diffstat (limited to 'libraries/template-haskell')
-rw-r--r--libraries/template-haskell/template-haskell.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/template-haskell/template-haskell.cabal b/libraries/template-haskell/template-haskell.cabal
index f38c8870d0..887865d35e 100644
--- a/libraries/template-haskell/template-haskell.cabal
+++ b/libraries/template-haskell/template-haskell.cabal
@@ -1,5 +1,5 @@
name: template-haskell
-version: 2.12.0.0
+version: 2.13.0.0
-- NOTE: Don't forget to update ./changelog.md
license: BSD3
license-file: LICENSE