From 6b84fb4b7b6c36fa9477ab7c824fc42b735e085c Mon Sep 17 00:00:00 2001 From: Greg Weber Date: Sat, 26 Nov 2011 09:57:49 -0600 Subject: [PATCH] DEPRECATED, not DEPRECATE --- yesod-form/Yesod/Form/Types.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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