diff --git a/happstack-plugins.cabal b/happstack-plugins.cabal
--- a/happstack-plugins.cabal
+++ b/happstack-plugins.cabal
@@ -1,5 +1,5 @@
 Name:                happstack-plugins
-Version:             6.3.2
+Version:             7.0.0
 Synopsis:            The haskell application server stack + reload
 Description:         This library provides support for automatically recompiling and reloading modules into a running server.
 License:             BSD3
@@ -14,7 +14,7 @@
 source-repository head
     type:     darcs
     subdir:   happstack-plugins
-    location: http://patch-tag.com/r/mae/happstack/pullrepo
+    location: http://patch-tag.com/r/mae/happstack
 
 Flag base4
     Description: Choose the even newer, even smaller, split-up base package.
@@ -30,8 +30,8 @@
   build-depends:       base             >= 3 && < 5,
                        plugins-auto     == 0.0.*,
                        mtl              == 2.0.*,
-                       happstack-server >= 6,
+                       happstack-server >= 6   && <7.1,
                        template-haskell >= 2.6 && <2.8,
                        th-lift          == 0.5.*
-                       
+
   ghc-options:      -Wall
