From d4e332534a0f481ecc9c8a1a932d0ca5c7a84318 Mon Sep 17 00:00:00 2001 From: ross Date: Fri, 11 Apr 2003 10:41:23 +0000 Subject: [PATCH] [project @ 2003-04-11 10:41:23 by ross] move #hide to where it works --- System/Posix/Internals.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 1.7.10.4