diff --git a/clckwrks-plugin-page.cabal b/clckwrks-plugin-page.cabal
--- a/clckwrks-plugin-page.cabal
+++ b/clckwrks-plugin-page.cabal
@@ -1,6 +1,9 @@
 name:                clckwrks-plugin-page
-version:             0.4.1
+version:             0.4.2
 synopsis:            support for CMS/Blogging in clckwrks
+description:         This provides two similar concepts Pages and Posts. Both allow
+                     you to create page content by editting pages in the browser. A Post
+                     is simply a page which is displayed in the blog.
 homepage:            http://www.clckwrks.com/
 license:             BSD3
 license-file:        LICENSE
@@ -10,6 +13,7 @@
 category:            Clckwrks
 build-type:          Custom
 cabal-version:       >=1.8
+tested-with:         GHC == 7.8.4, GHC == 7.10.2
 
 source-repository head
     type:     git
@@ -39,7 +43,7 @@
                        Clckwrks.Page.Verbatim
   build-depends:       base                   >= 4.3 && < 4.9,
                        aeson                  >= 0.6 && < 0.10,
-                       acid-state             >= 0.12 && < 0.14,
+                       acid-state             >= 0.12 && < 0.15,
                        attoparsec             >= 0.10 && < 0.14,
                        clckwrks               >= 0.21 && < 0.24,
                        containers             >= 0.4  && < 0.6,
@@ -56,7 +60,7 @@
                        reform                 == 0.2.*,
                        reform-happstack       == 0.2.*,
                        reform-hsp             == 0.2.*,
-                       safecopy               == 0.8.*,
+                       safecopy               >= 0.8,
                        tagsoup                == 0.13.*,
                        text                   >= 0.11 && < 1.3,
                        time                   >= 1.4  && < 1.6,
