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.1.0
+version:        0.1.1
 synopsis:       sqlite-simple snaplet for the Snap Framework
 description:    This snaplet contains support for using the SQLite
                 database with a Snap Framework application via the
@@ -36,8 +36,8 @@
 
   build-depends:
     base                       >= 4       && < 5,
-    bytestring                 >= 0.9.1   && < 0.10,
-    clientsession              >= 0.7.2   && < 0.8,
+    bytestring                 >= 0.9.1   && < 0.11,
+    clientsession              >= 0.7.2   && < 0.9,
     configurator               >= 0.2     && < 0.3,
     MonadCatchIO-transformers  >= 0.3     && < 0.4,
     mtl                        >= 2       && < 3,
