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