summaryrefslogtreecommitdiff
path: root/compiler/ghc.cabal.in
diff options
context:
space:
mode:
authorRyan Scott <ryan.gl.scott@gmail.com>2018-04-09 12:56:51 -0400
committerRyan Scott <ryan.gl.scott@gmail.com>2018-04-09 12:56:52 -0400
commit48f55e764bb41848cff759fbea3211d8a0bbfd5b (patch)
tree8a9647a877790968309f30d1638a38395c781a12 /compiler/ghc.cabal.in
parentb14c03737574895718eed786a60dfdfd42ab49ce (diff)
downloadhaskell-48f55e764bb41848cff759fbea3211d8a0bbfd5b.tar.gz
Bump template-haskell to 2.14.0.0
Summary: There has been at least one breaking change to `template-haskell` (the removal of `qAddForeignFile`) which is causing packages like `th-orphans` and `singletons` to fail to build with GHC HEAD. Let's bump `template-haskell`'s major version number so that these packages can properly guard against these changes. While I was in town, I also started a `changelog` section for the next major version of `template-haskell`, and copied over finishing touches for `template-haskell-2.13.0.0`. Test Plan: ./validate Reviewers: bgamari Reviewed By: bgamari Subscribers: thomie, carter Differential Revision: https://phabricator.haskell.org/D4558
Diffstat (limited to 'compiler/ghc.cabal.in')
-rw-r--r--compiler/ghc.cabal.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/ghc.cabal.in b/compiler/ghc.cabal.in
index 5ffc3cebfd..a34990475d 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.13.*,
+ template-haskell == 2.14.*,
hpc == 0.6.*,
transformers == 0.5.*,
ghc-boot == @ProjectVersionMunged@,