diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -1,10 +1,9 @@
 Snap Framework
 ==============
 
-Snap is a web framework for Haskell, based on iteratee I/O (as [popularized by
-Oleg Kiselyov](http://okmij.org/ftp/Streams.html#iteratee)).  For more
-information about Snap, read the `README.SNAP.md` or visit the Snap project
-website at http://www.snapframework.com/.
+Snap is a simple and fast web development framework and server written in
+Haskell. For more information about Snap, read the `README.SNAP.md` or visit the
+Snap project website at http://www.snapframework.com/.
 
 ## Library contents
 
@@ -30,4 +29,3 @@
 The haddock documentation can be built using 'cabal haddock'.
 
 The docs get put in `dist/doc/html/`.
-
diff --git a/snap-loader-static.cabal b/snap-loader-static.cabal
--- a/snap-loader-static.cabal
+++ b/snap-loader-static.cabal
@@ -1,6 +1,6 @@
 name:           snap-loader-static
-version:        0.9.0.2
-synopsis:       Snap: A Haskell Web Framework: static loader
+version:        1.0.0.0
+synopsis:       Snap static loader
 description:    Snap Framework static loader
 license:        BSD3
 license-file:   LICENSE
@@ -10,6 +10,8 @@
 cabal-version:  >= 1.8
 homepage:       http://snapframework.com/
 category:       Web, Snap
+Tested-With:    GHC == 7.4.2, GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.3,
+                GHC == 8.0.1
 
 extra-source-files:
   CONTRIBUTORS,
@@ -25,13 +27,13 @@
 
   build-depends:
     base              >= 4       && < 5,
-    template-haskell  >= 2.2     && < 2.10
+    template-haskell  >= 2.2     && < 2.12
 
   if impl(ghc >= 6.12.0)
-    ghc-options: -Wall -fwarn-tabs -funbox-strict-fields -O2
+    ghc-options: -Wall -fwarn-tabs -funbox-strict-fields
                  -fno-warn-orphans -fno-warn-unused-do-bind
   else
-    ghc-options: -Wall -fwarn-tabs -funbox-strict-fields -O2
+    ghc-options: -Wall -fwarn-tabs -funbox-strict-fields
                  -fno-warn-orphans
 
 source-repository head
