X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=System%2FIO.hs;h=b03413292e484b4ed041302352f08a41ca6dc6ed;hb=9fa9bc17072a58c0bae2cce4764d38677e96ac29;hp=b28e1dc2706d2ca30e50d96482ac1cccc1ed2d44;hpb=7887b9e7f59b24c276eeedb74df6ad547c99ec01;p=ghc-base.git diff --git a/System/IO.hs b/System/IO.hs index b28e1dc..b034132 100644 --- a/System/IO.hs +++ b/System/IO.hs @@ -1,6 +1,6 @@ {-# OPTIONS -fno-implicit-prelude #-} ----------------------------------------------------------------------------- --- +-- | -- Module : System.IO -- Copyright : (c) The University of Glasgow 2001 -- License : BSD-style (see the file libraries/core/LICENSE) @@ -9,7 +9,7 @@ -- Stability : provisional -- Portability : portable -- --- $Id: IO.hs,v 1.6 2002/03/14 12:09:52 simonmar Exp $ +-- $Id: IO.hs,v 1.7 2002/04/24 16:31:45 simonmar Exp $ -- -- The standard IO library. --