[commit: ghc] master: ghc: Fix ghc's template-haskell bound (ca1b986)

git at git.haskell.org git at git.haskell.org
Sat Nov 12 22:03:59 UTC 2016


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/ca1b986074757efff755c33c7f9a62c7eae43c7f/ghc

>---------------------------------------------------------------

commit ca1b986074757efff755c33c7f9a62c7eae43c7f
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Sat Nov 12 11:54:45 2016 -0500

    ghc: Fix ghc's template-haskell bound


>---------------------------------------------------------------

ca1b986074757efff755c33c7f9a62c7eae43c7f
 compiler/ghc.cabal.in        | 2 +-
 libraries/ghci/ghci.cabal.in | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/compiler/ghc.cabal.in b/compiler/ghc.cabal.in
index 721adff..ba7f619 100644
--- a/compiler/ghc.cabal.in
+++ b/compiler/ghc.cabal.in
@@ -54,7 +54,7 @@ Library
                    containers >= 0.5 && < 0.6,
                    array      >= 0.1 && < 0.6,
                    filepath   >= 1   && < 1.5,
-                   template-haskell == 2.11.*,
+                   template-haskell == 2.12.*,
                    hpc        == 0.6.*,
                    transformers == 0.5.*,
                    ghc-boot   == @ProjectVersionMunged@,
diff --git a/libraries/ghci/ghci.cabal.in b/libraries/ghci/ghci.cabal.in
index 547374a..922d3b2 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)



More information about the ghc-commits mailing list