From b0062340119f2e952c8761fc550c8ab226bbf00b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Sicard-Ram=C3=ADrez?= Date: Thu, 25 Dec 2014 13:46:17 -0500 Subject: [PATCH] Support for GHC 7.10 --- geniplate.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/geniplate.cabal b/geniplate.cabal index a746ff8..61505e7 100644 --- a/geniplate.cabal +++ b/geniplate.cabal @@ -22,6 +22,6 @@ source-repository head location: https://github.com/augustss/geniplate library - Build-Depends: base >= 4 && < 5.0, template-haskell < 2.10, mtl + Build-Depends: base >= 4 && < 5.0, template-haskell < 2.11, mtl Exposed-modules: Data.Generics.Geniplate