diff --git a/happstack-hamlet.cabal b/happstack-hamlet.cabal
--- a/happstack-hamlet.cabal
+++ b/happstack-hamlet.cabal
@@ -1,5 +1,5 @@
 Name:                happstack-hamlet
-Version:             7.0.1
+Version:             7.0.2
 Synopsis:            Support for Hamlet HTML templates in Happstack
 
 Description:         Happstack is a web application development framework.
@@ -12,7 +12,7 @@
 Author:              Jeremy Shaw
 Maintainer:          jeremy@seereason.com
 Copyright:           2010 Jeremy Shaw
-Category:            Web
+Category:            Web, Happstack
 Build-type:          Simple
 Cabal-version:       >=1.6
 Extra-source-files:  demo.hs
@@ -20,13 +20,13 @@
 source-repository head
     type:     darcs
     subdir:   happstack-hamlet
-    location: http://patch-tag.com/r/mae/happstack/pullrepo
+    location: http://hub.darcs.net/stepcut/happstack/pullrepo
 
 Library
   Exposed-modules:     Happstack.Server.Hamlet
   Build-depends:       base >= 3 && <5,
-                       happstack-server >= 6.0 && < 7.1,
-                       hamlet >= 0.10 && <1.1,
+                       happstack-server >= 6.0 && < 7.2,
+                       hamlet >= 0.10 && <1.2,
                        text
 
   -- Modules not exported by this package.
