diff --git a/digestive-functors-happstack.cabal b/digestive-functors-happstack.cabal
--- a/digestive-functors-happstack.cabal
+++ b/digestive-functors-happstack.cabal
@@ -1,5 +1,5 @@
 Name:                digestive-functors-happstack
-Version:             0.1.0.0
+Version:             0.1.0.1
 Synopsis:            Happstack backend for the digestive-functors library
 Description:         This is a happstack backend for the digestive-functors
     library.
@@ -19,7 +19,7 @@
   Exposed-modules:   Text.Digestive.Forms.Happstack
   Build-depends:     base >= 4 && < 5,
                      digestive-functors == 0.1.0.*,
-                     happstack-server >= 6.0 && < 6.1,
+                     happstack-server >= 6.0 && < 6.2,
                      utf8-string >= 0.3,
                      bytestring >= 0.9,
                      text
