Deprecate Control.OldException
authorIan Lynagh <igloo@earth.li>
Tue, 4 Aug 2009 14:39:10 +0000 (14:39 +0000)
committerIan Lynagh <igloo@earth.li>
Tue, 4 Aug 2009 14:39:10 +0000 (14:39 +0000)
Control/OldException.hs

index 7d4899c..48f1bbb 100644 (file)
@@ -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