diff options
author | Ryan Scott <ryan.gl.scott@gmail.com> | 2019-07-02 18:22:39 -0400 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2019-07-03 09:34:54 -0400 |
commit | a25f6f55eaca0d3ec36afb574d5fa9326ea09d55 (patch) | |
tree | 72a13cc1a952b31778ca014b37dd3e448e3bd02b /libraries/ghci | |
parent | 973c61b526d2172d73a6e59977b9f40b5d76650f (diff) | |
download | haskell-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/ghci')
-rw-r--r-- | libraries/ghci/ghci.cabal.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/ghci/ghci.cabal.in b/libraries/ghci/ghci.cabal.in index f4c49137cc..4da94b3549 100644 --- a/libraries/ghci/ghci.cabal.in +++ b/libraries/ghci/ghci.cabal.in @@ -92,7 +92,7 @@ library ghc-boot == @ProjectVersionMunged@, ghc-boot-th == @ProjectVersionMunged@, ghc-heap == @ProjectVersionMunged@, - template-haskell == 2.15.*, + template-haskell == 2.16.*, transformers == 0.5.* if !os(windows) |