[project @ 2002-05-09 13:16:29 by simonmar]
[ghc-base.git] / Control / Monad / Error.hs
index 6f3967a..91694ba 100644 (file)
@@ -2,7 +2,7 @@
 -- |
 -- Module      :  Control.Monad.Error
 -- Copyright   :  (c) Michael Weber <michael.weber@post.rwth-aachen.de>, 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
@@ -10,9 +10,9 @@
 --
 -- The Error monad.
 --
--- Rendered by Michael Weber <michael.weber@post.rwth-aachen.de>,
+-- Rendered by Michael Weber <mailto:michael.weber@post.rwth-aachen.de>,
 --     inspired by the Haskell Monad Template Library from
---      \A[HREF="http://www.cse.ogi.edu/~andy"]{Andy Gill}}
+--     Andy Gill (<http://www.cse.ogi.edu/~andy>)
 --
 -----------------------------------------------------------------------------