diff options
author | Ryan Scott <ryan.gl.scott@gmail.com> | 2017-09-25 14:22:27 -0400 |
---|---|---|
committer | Ryan Scott <ryan.gl.scott@gmail.com> | 2017-09-25 14:22:27 -0400 |
commit | 3804a7eb44c01ca91501e726b76b590c193ea126 (patch) | |
tree | cb74da581065b9df85368131c3d22af37ed99ac1 /compiler/ghc.cabal.in | |
parent | 0e60cc1825aace414597b644731c30269994f7fb (diff) | |
download | haskell-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 'compiler/ghc.cabal.in')
-rw-r--r-- | compiler/ghc.cabal.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/ghc.cabal.in b/compiler/ghc.cabal.in index 817b410b0f..4f0fbbc90e 100644 --- a/compiler/ghc.cabal.in +++ b/compiler/ghc.cabal.in @@ -59,7 +59,7 @@ Library containers >= 0.5 && < 0.6, array >= 0.1 && < 0.6, filepath >= 1 && < 1.5, - template-haskell == 2.12.*, + template-haskell == 2.13.*, hpc == 0.6.*, transformers == 0.5.*, ghc-boot == @ProjectVersionMunged@, |