diff --git a/web-routes-happstack.cabal b/web-routes-happstack.cabal
--- a/web-routes-happstack.cabal
+++ b/web-routes-happstack.cabal
@@ -1,5 +1,5 @@
 Name:             web-routes-happstack
-Version:          0.23.9
+Version:          0.23.10
 License:          BSD3
 License-File:     LICENSE
 Author:           jeremy@seereason.com
@@ -7,8 +7,10 @@
 Bug-Reports:      http://bugzilla.seereason.com/
 Category:         Web, Language
 Synopsis:         Adds support for using web-routes with Happstack
+Description:      Added Happstack class instances for RouteT. Provides a default router for Site.
 Cabal-Version:    >= 1.6
 Build-type:       Simple
+tested-with:      GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.3
 
 Library
         Build-Depends:    base             >= 4      && < 5,
@@ -20,5 +22,4 @@
 
 source-repository head
     type:     git
-    location: https://github.com/Happstack/web-routes.git
-    subdir:   web-routes-happstack
+    location: https://github.com/Happstack/web-routes-happstack.git
