X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=System%2FIO%2FUnsafe.hs;h=db67a2027187171912ef0da6150a49d7443824e6;hb=746ef6a7fd71bb1e9ebe3cd107c5f9f79f3b7a68;hp=2f986336c44bfb9d79655596c50f7d4dba54a02a;hpb=0e5a2f1d7684e4a3f3536f63c2b87fe21dd3b45d;p=ghc-base.git diff --git a/System/IO/Unsafe.hs b/System/IO/Unsafe.hs index 2f98633..db67a20 100644 --- a/System/IO/Unsafe.hs +++ b/System/IO/Unsafe.hs @@ -8,8 +8,6 @@ -- Stability : provisional -- Portability : portable -- --- $Id: Unsafe.hs,v 1.2 2002/04/24 16:31:45 simonmar Exp $ --- -- "Unsafe" IO operations. -- -----------------------------------------------------------------------------