[project @ 2003-04-11 10:41:23 by ross]
authorross <unknown>
Fri, 11 Apr 2003 10:41:23 +0000 (10:41 +0000)
committerross <unknown>
Fri, 11 Apr 2003 10:41:23 +0000 (10:41 +0000)
move #hide to where it works

System/Posix/Internals.hs

index ae46999..aac0997 100644 (file)
@@ -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"