diff --git a/regular.cabal b/regular.cabal
--- a/regular.cabal
+++ b/regular.cabal
@@ -1,5 +1,5 @@
 name:                   regular
-version:                0.3.2
+version:                0.3.3
 synopsis:               Generic programming library for regular datatypes.
 description:
 
@@ -29,7 +29,7 @@
 stability:              experimental
 build-type:             Custom
 cabal-version:          >= 1.2.1
-tested-with:            GHC == 6.10.4, GHC == 6.12.1, GHC == 7.0.1
+tested-with:            GHC == 6.10.4, GHC == 6.12.1, GHC == 7.0.1, GHC == 7.2.1
 extra-source-files:     examples/Test.hs
                         ChangeLog
                         CREDITS
@@ -55,7 +55,7 @@
                         
   build-depends:        base >= 4.0 && < 5
   if impl(ghc >= 6.12)
-    build-depends:      template-haskell >=2.4 && <2.6
+    build-depends:      template-haskell >=2.4 && <2.7
     cpp-options:          -DTH_TYVARBNDR
   else
     build-depends:      template-haskell >= 2.2 && < 2.4
