diff --git a/web-plugins.cabal b/web-plugins.cabal
--- a/web-plugins.cabal
+++ b/web-plugins.cabal
@@ -1,7 +1,10 @@
 name:                web-plugins
-version:             0.2.8
+version:             0.2.9
 synopsis:            dynamic plugin system for web applications
-homepage:            http://www.happstack.com/
+description:         This provides a simple framework for defining plugins for a web application.
+                     It is designed with the requirement that plugins can be loaded into a running
+                     web application with out having to know about the plugin in advance.
+homepage:            https://github.com/clckwrks/web-plugins
 license:             BSD3
 license-file:        LICENSE
 author:              Jeremy Shaw
@@ -9,16 +12,16 @@
 category:            Web
 build-type:          Simple
 cabal-version:       >=1.8
+tested-with:         GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.2, GHC==8.0.1
 
 source-repository head
     type:     git
-    subdir:   web-plugins
     location: git://github.com/clckwrks/web-plugins.git
 
 library
   exposed-modules:     Web.Plugins.Core
-  build-depends:       base        > 4 && < 5,
-                       stm        >= 2.3 && < 2.5,
-                       mtl        >= 2.1 && < 2.3,
+  build-depends:       base        > 4    && < 5,
+                       stm        >= 2.3  && < 2.5,
+                       mtl        >= 2.1  && < 2.3,
                        text       >= 0.11 && < 1.3,
-                       containers >= 0.4 && < 0.6
+                       containers >= 0.4  && < 0.6
