[project @ 2003-04-08 14:52:26 by ross]
[haskell-directory.git] / Foreign / Ptr.hs
index bca908b..4344a90 100644 (file)
@@ -9,7 +9,7 @@
 -- Stability   :  provisional
 -- Portability :  portable
 --
--- The "Ptr" module provides typed pointers to foreign data.  It is part
+-- This module provides typed pointers to foreign data.  It is part
 -- of the Foreign Function Interface (FFI) and will normally be
 -- imported via the "Foreign" module.
 --
@@ -67,6 +67,9 @@ import NHC.FFI
   )
 #endif
 
+#ifdef __HUGS__
+import Hugs.Ptr
+#endif
 
 #ifdef __GLASGOW_HASKELL__
 #include "MachDeps.h"