diff --git a/reform-happstack.cabal b/reform-happstack.cabal
--- a/reform-happstack.cabal
+++ b/reform-happstack.cabal
@@ -1,5 +1,5 @@
 Name:                reform-happstack
-Version:             0.1.1
+Version:             0.1.2
 Synopsis:            Happstack support for reform.
 Description:         Reform is a library for building and validating forms using applicative functors. This package add support for using reform with Happstack.
 Homepage:            http://www.happstack.com/
@@ -15,13 +15,13 @@
 source-repository head
     type:     darcs
     subdir:   reform-happstack
-    location: http://patch-tag.com/r/stepcut/reform
+    location: http://hub.darcs.net/stepcut/reform
 
 Library
   Exposed-modules:     Text.Reform.Happstack
   Build-depends:       base >4 && <5,
-                       bytestring       == 0.9.*,
-                       happstack-server == 7.0.*,
+                       bytestring       >= 0.9 && < 0.11,
+                       happstack-server >= 7.0 && < 7.2,
                        mtl              >= 2.0 && <2.2,
                        random           == 1.0.*,
                        reform           == 0.1.*,
