[project @ 2000-03-31 03:09:35 by hwloidl]
[ghc-hetmet.git] / ghc / lib / std / PrelWeak.lhs
index 354332b..c710127 100644 (file)
@@ -7,8 +7,6 @@
 \begin{code}
 {-# OPTIONS -fno-implicit-prelude #-}
 
-#ifndef __PARALLEL_HASKELL__
-
 module PrelWeak where
 
 import PrelGHC
@@ -17,6 +15,8 @@ import PrelMaybe
 import PrelIOBase
 import PrelForeign
 
+#ifndef __PARALLEL_HASKELL__
+
 data Weak v = Weak (Weak# v)
 
 mkWeak  :: k                           -- key