diff --git a/ghc/compiler/utils/Maybes.lhs b/ghc/compiler/utils/Maybes.lhs
index 3cf3221ee6411727e5199f496c183ee440f84e0c..37a12e06b9d59f509be1566f1601dd49738c807d 100644
--- a/ghc/compiler/utils/Maybes.lhs
+++ b/ghc/compiler/utils/Maybes.lhs
@@ -29,7 +29,7 @@ module Maybes (
     ) where
 
 #if __GLASGOW_HASKELL__ >= 204
-import Maybe( catMaybes, mapMaybe )
+import Maybe ( catMaybes, mapMaybe )
 #endif
 
 \end{code}