From: ross Date: Fri, 11 Apr 2003 10:41:23 +0000 (+0000) Subject: [project @ 2003-04-11 10:41:23 by ross] X-Git-Tag: nhc98-1-18-release~695 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=d4e332534a0f481ecc9c8a1a932d0ca5c7a84318;p=ghc-base.git [project @ 2003-04-11 10:41:23 by ross] move #hide to where it works --- diff --git a/System/Posix/Internals.hs b/System/Posix/Internals.hs index ae46999..aac0997 100644 --- a/System/Posix/Internals.hs +++ b/System/Posix/Internals.hs @@ -1,7 +1,6 @@ {-# OPTIONS -fno-implicit-prelude #-} ----------------------------------------------------------------------------- --- #hide -- | -- Module : System.Posix.Internals -- Copyright : (c) The University of Glasgow, 1992-2002 @@ -19,6 +18,7 @@ -- ----------------------------------------------------------------------------- +-- #hide module System.Posix.Internals where #include "config.h"