[project @ 1997-11-25 17:57:11 by sof]
[ghc-hetmet.git] / ghc / compiler / utils / Maybes.lhs
index 3cf3221..37a12e0 100644 (file)
@@ -29,7 +29,7 @@ module Maybes (
     ) where
 
 #if __GLASGOW_HASKELL__ >= 204
-import Maybe( catMaybes, mapMaybe )
+import Maybe ( catMaybes, mapMaybe )
 #endif
 
 \end{code}