summaryrefslogtreecommitdiff
path: root/libraries/ghci
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2016-11-12 11:54:45 -0500
committerBen Gamari <ben@smart-cactus.org>2016-11-12 17:03:46 -0500
commitca1b986074757efff755c33c7f9a62c7eae43c7f (patch)
tree4b1a9821fcfec5c83989739b638386a13fceb31b /libraries/ghci
parent568e003efcf9bdec6268851307f98c7c44dd9995 (diff)
downloadhaskell-ca1b986074757efff755c33c7f9a62c7eae43c7f.tar.gz
ghc: Fix ghc's template-haskell bound
Diffstat (limited to 'libraries/ghci')
-rw-r--r--libraries/ghci/ghci.cabal.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/ghci/ghci.cabal.in b/libraries/ghci/ghci.cabal.in
index 547374a894..922d3b294a 100644
--- a/libraries/ghci/ghci.cabal.in
+++ b/libraries/ghci/ghci.cabal.in
@@ -65,7 +65,7 @@ library
deepseq == 1.4.*,
filepath == 1.4.*,
ghc-boot == @ProjectVersionMunged@,
- template-haskell == 2.11.*,
+ template-haskell == 2.12.*,
transformers == 0.5.*
if !os(windows)