diff --git a/template.cabal b/template.cabal
--- a/template.cabal
+++ b/template.cabal
@@ -1,5 +1,5 @@
 name:                template
-version:             0.2.0.9
+version:             0.2.0.10
 description:
   Simple string substitution library that supports \"$\"-based
   substitution.  Meant to be used when Text.Printf or string
@@ -20,8 +20,8 @@
 
   build-depends:
     base >= 3.0 && < 5,
-    mtl >= 1.1 && < 2.2,
-    text >= 0.7.2 && < 1.2
+    mtl >= 1.1 && < 2.3,
+    text >= 0.7.2 && < 1.3
 
   extensions: CPP
   ghc-options: -funbox-strict-fields -Wall
