X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=GHC%2FPosix.hs;h=b020814d8bd2a6f446fcbcb44362b813cfc347ec;hb=cea8cac60d112bed9a34c256a0f788db41761068;hp=f46b6cf3d76bf0846187a486163fc4cef3bf809e;hpb=b2d9ac8135dd9128250193dd1a32a3ee75210934;p=ghc-base.git diff --git a/GHC/Posix.hs b/GHC/Posix.hs index f46b6cf..b020814 100644 --- a/GHC/Posix.hs +++ b/GHC/Posix.hs @@ -1,12 +1,22 @@ {-# OPTIONS -fno-implicit-prelude #-} --- --------------------------------------------------------------------------- --- $Id: Posix.hs,v 1.6 2002/03/26 10:53:03 simonmar Exp $ +----------------------------------------------------------------------------- +-- | +-- Module : GHC.Posix +-- Copyright : (c) The University of Glasgow, 1992-2002 +-- License : see libraries/base/LICENSE +-- +-- Maintainer : cvs-ghc@haskell.org +-- Stability : internal +-- Portability : non-portable -- --- POSIX support layer for the standard libraries +-- POSIX support layer for the standard libraries. +-- This library is built on *every* platform, including Win32. -- -- Non-posix compliant in order to support the following features: -- * S_ISSOCK (no sockets in POSIX) +-- +----------------------------------------------------------------------------- module GHC.Posix where