diff --git a/digestive-functors.cabal b/digestive-functors.cabal
--- a/digestive-functors.cabal
+++ b/digestive-functors.cabal
@@ -1,5 +1,5 @@
 Name:     digestive-functors
-Version:  0.6.1.0
+Version:  0.6.1.1
 Synopsis: A practical formlet library
 
 Description:
@@ -62,7 +62,7 @@
     bytestring >= 0.9     && < 0.11,
     containers >= 0.3     && < 0.6,
     mtl        >= 1.1.0.0 && < 3,
-    text       >= 0.10    && < 0.12
+    text       >= 0.10    && < 1.1
 
 Test-suite digestive-functors-tests
   Type:           exitcode-stdio-1.0
@@ -83,7 +83,7 @@
 
   Build-depends:
     HUnit                      >= 1.2 && < 1.3,
-    QuickCheck                 >= 2.5 && < 2.6,
+    QuickCheck                 >= 2.5 && < 2.7,
     test-framework             >= 0.4 && < 0.9,
     test-framework-hunit       >= 0.3 && < 0.4,
     test-framework-quickcheck2 >= 0.3 && < 0.4,
@@ -92,7 +92,7 @@
     bytestring >= 0.9     && < 0.11,
     containers >= 0.3     && < 0.6,
     mtl        >= 1.1.0.0 && < 3,
-    text       >= 0.10    && < 0.12
+    text       >= 0.10    && < 1.1
 
 Source-repository head
   Type:     git
