[project @ 2002-04-24 16:31:37 by simonmar]
[ghc-base.git] / System / IO.hs
index b28e1dc..b034132 100644 (file)
@@ -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.
 --