X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=System%2FIO%2FUnsafe.hs;h=2f986336c44bfb9d79655596c50f7d4dba54a02a;hb=9fa9bc17072a58c0bae2cce4764d38677e96ac29;hp=ebe4463bfd57818469d74633efeabde72cf7c28e;hpb=7887b9e7f59b24c276eeedb74df6ad547c99ec01;p=ghc-base.git diff --git a/System/IO/Unsafe.hs b/System/IO/Unsafe.hs index ebe4463..2f98633 100644 --- a/System/IO/Unsafe.hs +++ b/System/IO/Unsafe.hs @@ -1,5 +1,5 @@ ----------------------------------------------------------------------------- --- +-- | -- Module : System.IO.Unsafe -- Copyright : (c) The University of Glasgow 2001 -- License : BSD-style (see the file libraries/core/LICENSE) @@ -8,7 +8,7 @@ -- Stability : provisional -- Portability : portable -- --- $Id: Unsafe.hs,v 1.1 2001/06/28 14:15:04 simonmar Exp $ +-- $Id: Unsafe.hs,v 1.2 2002/04/24 16:31:45 simonmar Exp $ -- -- "Unsafe" IO operations. --