X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=System%2FIO.hs;h=eb080fc2c66946d51944ba49739422bae2d1f163;hb=746ef6a7fd71bb1e9ebe3cd107c5f9f79f3b7a68;hp=b03413292e484b4ed041302352f08a41ca6dc6ed;hpb=0e5a2f1d7684e4a3f3536f63c2b87fe21dd3b45d;p=ghc-base.git diff --git a/System/IO.hs b/System/IO.hs index b034132..eb080fc 100644 --- a/System/IO.hs +++ b/System/IO.hs @@ -9,8 +9,6 @@ -- Stability : provisional -- Portability : portable -- --- $Id: IO.hs,v 1.7 2002/04/24 16:31:45 simonmar Exp $ --- -- The standard IO library. -- -----------------------------------------------------------------------------