Update Fields.hs
This commit is contained in:
parent
b8d47f880f
commit
c9791bd2c7
@ -87,6 +87,8 @@ import Control.Applicative ((<$>), (<|>))
|
|||||||
|
|
||||||
import Data.Attoparsec.Text (Parser, char, string, digit, skipSpace, endOfInput, parseOnly)
|
import Data.Attoparsec.Text (Parser, char, string, digit, skipSpace, endOfInput, parseOnly)
|
||||||
|
|
||||||
|
import Yesod.Persist.Core
|
||||||
|
|
||||||
defaultFormMessage :: FormMessage -> Text
|
defaultFormMessage :: FormMessage -> Text
|
||||||
defaultFormMessage = englishFormMessage
|
defaultFormMessage = englishFormMessage
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user