diff --git a/reform.cabal b/reform.cabal
--- a/reform.cabal
+++ b/reform.cabal
@@ -1,10 +1,10 @@
 Name:                reform
-Version:             0.2.7
-Synopsis:            reform is an HTML form generation and validation library
-Description:          reform follows in the footsteps of formlets and
-                      digestive-functors <= 0.2. It provides a
-                      type-safe and composable method for generating
-                      an HTML form that includes validation.
+Version:             0.2.7.1
+Synopsis:            reform is a type-safe HTML form generation and validation library
+Description:         reform follows in the footsteps of formlets and
+                     digestive-functors <= 0.2. It provides a
+                     type-safe and composable method for generating
+                     an HTML form that includes validation.
 License:             BSD3
 License-file:        LICENSE
 Author:              Jeremy Shaw, Jasper Van der Jeugt <m@jaspervdj.be>
@@ -14,10 +14,10 @@
 Build-type:          Simple
 Homepage:            http://www.happstack.com/
 Cabal-version:       >=1.6
+tested-with:         GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.3
 
 source-repository head
     type:     git
-    subdir:   reform
     location: https://github.com/Happstack/reform.git
 
 Library
