diff --git a/arrowp-qq.cabal b/arrowp-qq.cabal
--- a/arrowp-qq.cabal
+++ b/arrowp-qq.cabal
@@ -1,5 +1,5 @@
 Name:           arrowp-qq
-Version:        0.1
+Version:        0.1.1
 Cabal-Version:  >= 1.20
 Build-Type:     Simple
 License:        GPL
@@ -14,7 +14,7 @@
 
 Library
     Exposed-Modules:     Control.Arrow.QuasiQuoter
-    Build-Depends: base < 5, array, containers, haskell-src, template-haskell < 2.12, transformers
+    Build-Depends: base < 5, array, containers, haskell-src, template-haskell < 2.13, transformers
     Hs-Source-Dirs: src
     Other-Modules:  ArrCode ArrSyn Lexer Parser Parser State Utils
     Default-Language:    Haskell2010
