From: Ian Lynagh Date: Tue, 4 Aug 2009 14:39:10 +0000 (+0000) Subject: Deprecate Control.OldException X-Git-Tag: ghc-darcs-git-switchover~337 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;ds=sidebyside;h=2c7c50ca5e6f9bf1eebf70ba633c77027952edef;p=ghc-base.git Deprecate Control.OldException --- diff --git a/Control/OldException.hs b/Control/OldException.hs index 7d4899c..48f1bbb 100644 --- a/Control/OldException.hs +++ b/Control/OldException.hs @@ -29,7 +29,7 @@ -- ----------------------------------------------------------------------------- -module Control.OldException ( +module Control.OldException {-# DEPRECATED "Future versions of base will not support the old exceptions style. Please switch to extensible exceptions." #-} ( -- * The Exception type Exception(..), -- instance Eq, Ord, Show, Typeable