diff --git a/yesod-form/Yesod/Form/Types.hs b/yesod-form/Yesod/Form/Types.hs index cf3a6e7c..ddd1cd48 100644 --- a/yesod-form/Yesod/Form/Types.hs +++ b/yesod-form/Yesod/Form/Types.hs @@ -76,7 +76,7 @@ type FileEnv = Map.Map Text FileInfo type Lang = Text type Form sub master a = RWST (Maybe (Env, FileEnv), master, [Lang]) Enctype Ints (GGHandler sub master IO) a -{-# DEPRECATE Form "Use MForm instead" #-} +{-# DEPRECATED Form "Use MForm instead" #-} type MForm sub master a = RWST (Maybe (Env, FileEnv), master, [Lang]) Enctype Ints (GGHandler sub master IO) a newtype AForm sub master a = AForm