diff --git a/happstack-authenticate.cabal b/happstack-authenticate.cabal
--- a/happstack-authenticate.cabal
+++ b/happstack-authenticate.cabal
@@ -1,8 +1,8 @@
 Name:                happstack-authenticate
-Version:             0.9.7
+Version:             0.9.8
 Synopsis:            Happstack Authentication Library
 Description:         A themeable authentication library with support for username+password and OpenId.
-Homepage:            http://hub.darcs.net/stepcut/happstack-authentication
+Homepage:            http://www.happstack.com/
 License:             BSD3
 License-file:        LICENSE
 Author:              Jeremy Shaw.
@@ -12,12 +12,14 @@
 Build-type:          Simple
 Cabal-version:       >=1.6
 
+
 source-repository head
     type:     darcs
-    location: http://hub.darcs.net/stepcut/happstack-authenticate
+    subdir:   happstack-authenticate
+    location: http://hub.darcs.net/stepcut/happstack
 
-Library
 
+Library
   Exposed-modules:     Happstack.Auth
                        Happstack.Auth.Blaze.Templates
                        Happstack.Auth.Core.Profile,
@@ -36,7 +38,7 @@
                        bytestring                   >= 0.9 && < 0.11,
                        containers                   >= 0.4 && < 0.6,
                        ixset                        >= 1.0 && < 1.1,
-                       happstack-server             >= 6.0 && < 7.1,
+                       happstack-server             >= 6.0 && < 7.2,
                        http-conduit                 >= 1.4 && < 1.9,
                        http-types                   >= 0.6 && < 0.8,
                        fb                           == 0.13.*,
