X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=System%2FIO%2FError.hs;h=d18a7c5b62da469ab46066119f4f04470c086544;hb=9fa9bc17072a58c0bae2cce4764d38677e96ac29;hp=04bf6c664d3d4db5065eef974b6b965d82ca17bb;hpb=7887b9e7f59b24c276eeedb74df6ad547c99ec01;p=ghc-base.git diff --git a/System/IO/Error.hs b/System/IO/Error.hs index 04bf6c6..d18a7c5 100644 --- a/System/IO/Error.hs +++ b/System/IO/Error.hs @@ -1,7 +1,7 @@ {-# OPTIONS -fno-implicit-prelude #-} ----------------------------------------------------------------------------- --- +-- | -- Module : System.IO.Error -- Copyright : (c) The University of Glasgow 2001 -- License : BSD-style (see the file libraries/core/LICENSE) @@ -10,7 +10,7 @@ -- Stability : provisional -- Portability : portable -- --- $Id: Error.hs,v 1.3 2002/03/27 17:55:26 simonmar Exp $ +-- $Id: Error.hs,v 1.4 2002/04/24 16:31:45 simonmar Exp $ -- -- Standard IO Errors. --