diff --git a/Text/Formlets.hs b/Text/Formlets.hs
--- a/Text/Formlets.hs
+++ b/Text/Formlets.hs
@@ -7,7 +7,7 @@
                      , xml, plug, plug2, plug'
                      , Env , Form , Formlet
                      , File (..), ContentType (..), FormContentType (..)
-                     , Rect, stringRect
+                     , Rect (..), stringRect
                      )
                      where
 
diff --git a/formlets.cabal b/formlets.cabal
--- a/formlets.cabal
+++ b/formlets.cabal
@@ -1,5 +1,5 @@
 Name:            formlets
-Version:         0.7
+Version:         0.7.1
 Synopsis:        Formlets implemented in Haskell
 Description:     A modular way to build forms based on applicative functors,
                  based on the work described in:
