diff --git a/BNFC-meta.cabal b/BNFC-meta.cabal
--- a/BNFC-meta.cabal
+++ b/BNFC-meta.cabal
@@ -1,5 +1,5 @@
 Name:		BNFC-meta
-version:	0.2.1
+version:	0.2.2
 cabal-Version:  >= 1.6
 build-type:     Simple
 license:        GPL-2
@@ -27,7 +27,7 @@
   Build-Depends: 
     base>=4.2&&<5
     , array==0.3.0.*
-    , template-haskell >=2.4&&<2.6
+    , template-haskell >=2.4&&<2.7
     , haskell-src-meta >= 0.3 && < 1.0
     , happy-meta >= 0.2.0.2
     , alex-meta >= 0.2.0.1
diff --git a/Language/LBNF/Grammar.hs b/Language/LBNF/Grammar.hs
--- a/Language/LBNF/Grammar.hs
+++ b/Language/LBNF/Grammar.hs
@@ -5444,7 +5444,7 @@
 
 myLexer = tokens
 
-myLocation = ("BNFC-meta-0.2.1","Language.LBNF.Grammar")
+myLocation = ("BNFC-meta-0.2.2","Language.LBNF.Grammar")
 
 {-# LINE 1 "templates\GenericTemplate.hs" #-}
 {-# LINE 1 "templates\\GenericTemplate.hs" #-}
