[project @ 1999-10-29 01:16:48 by andy]
[ghc-hetmet.git] / ghc / lib / std / Maybe.lhs
index 32d4490..99d5f47 100644 (file)
@@ -29,10 +29,12 @@ module Maybe
      -- Implementation checked wrt. Haskell 98 lib report, 1/99.
    ) where
 
+#ifndef __HUGS__
 import PrelErr ( error )
 import PrelList
 import PrelMaybe
 import PrelBase
+#endif
 \end{code}