diff --git a/RepLib.cabal b/RepLib.cabal
--- a/RepLib.cabal
+++ b/RepLib.cabal
@@ -1,10 +1,10 @@
 name:           RepLib
-version:        0.5
+version:        0.5.1
 license:        BSD3
 license-file:   LICENSE
 build-type:     Simple
 cabal-version:  >= 1.6
-tested-with:    GHC == 7.0.1, GHC == 7.0.3, GHC == 7.0.4
+tested-with:    GHC == 7.0.1, GHC == 7.0.3, GHC == 7.0.4, GHC == 7.2.1
 author:         Stephanie Weirich
 maintainer:     Brent Yorgey <byorgey@cis.upenn.edu>
                 Chris Casinghino <ccasin@cis.upenn.edu>
@@ -22,7 +22,7 @@
 
 Library
   build-depends: base >= 4.3 && < 5, 
-                 template-haskell >= 2.4 && < 2.6, 
+                 template-haskell >= 2.4 && < 2.7, 
                  mtl >= 2.0 && < 2.1,
                  type-equality >= 0.1.0.2 && < 0.2,
                  containers >= 0.4 && < 0.5
