[project @ 2002-05-09 13:16:29 by simonmar]
[ghc-base.git] / Control / Exception.hs
index 0248ff2..8a66e97 100644 (file)
@@ -1,15 +1,13 @@
 -----------------------------------------------------------------------------
--- 
+-- |
 -- Module      :  Control.Exception
 -- Copyright   :  (c) The University of Glasgow 2001
--- License     :  BSD-style (see the file libraries/core/LICENSE)
+-- License     :  BSD-style (see the file libraries/base/LICENSE)
 -- 
 -- Maintainer  :  libraries@haskell.org
 -- Stability   :  experimental
 -- Portability :  non-portable
 --
--- $Id: Exception.hs,v 1.6 2002/02/05 17:32:25 simonmar Exp $
---
 -- The External API for exceptions.  The functions provided in this
 -- module allow catching of exceptions in the IO monad.
 --