Reexport FormMessage (..) from Yesod.Form.Fields.

This amendment should make commit
9eef4829ad a non-breaking change, except
possibly causing some warnings about duplicate exports with
Yesod.Form.Types.
This commit is contained in:
Björn Buckwalter 2011-09-11 11:45:24 +08:00
parent 02cf8a514d
commit 9158931915
2 changed files with 3 additions and 2 deletions

View File

@ -9,6 +9,6 @@ module Yesod.Form
import Yesod.Form.Types
import Yesod.Form.Functions
import Yesod.Form.Fields
import Yesod.Form.Fields hiding (FormMessage (..))
import Yesod.Form.Class
import Yesod.Form.Input

View File

@ -4,7 +4,8 @@
{-# LANGUAGE CPP #-}
{-# LANGUAGE FlexibleContexts #-}
module Yesod.Form.Fields
( defaultFormMessage
( FormMessage (..)
, defaultFormMessage
, textField
, passwordField
, textareaField