diff --git a/snaplet-sqlite-simple.cabal b/snaplet-sqlite-simple.cabal
--- a/snaplet-sqlite-simple.cabal
+++ b/snaplet-sqlite-simple.cabal
@@ -1,5 +1,5 @@
 name:           snaplet-sqlite-simple
-version:        0.4.8.1
+version:        0.4.8.2
 synopsis:       sqlite-simple snaplet for the Snap Framework
 description:    This snaplet provides support for using the SQLite
                 database with a Snap Framework application via the
@@ -57,7 +57,7 @@
     sqlite-simple              >= 0.4.1   && < 1.0,
     direct-sqlite              >= 2.3.3   && < 2.4,
     snap                       >= 0.13    && < 0.14,
-    text                       >= 0.11    && < 1.2,
+    text                       >= 0.11    && < 1.3,
     transformers               >= 0.3     && < 0.5,
     unordered-containers       >= 0.2     && < 0.3
 
