[project @ 1997-11-25 17:57:11 by sof]
authorsof <unknown>
Tue, 25 Nov 1997 17:57:11 +0000 (17:57 +0000)
committersof <unknown>
Tue, 25 Nov 1997 17:57:11 +0000 (17:57 +0000)
wibble

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}