From 2c7c50ca5e6f9bf1eebf70ba633c77027952edef Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Tue, 4 Aug 2009 14:39:10 +0000 Subject: [PATCH] Deprecate Control.OldException --- Control/OldException.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.7.10.4