From 6b940c17b2fb7d1f9bc2ed41224258729e32d376 Mon Sep 17 00:00:00 2001
From: sof <unknown>
Date: Tue, 25 Nov 1997 17:57:11 +0000
Subject: [PATCH] [project @ 1997-11-25 17:57:11 by sof] wibble

---
 ghc/compiler/utils/Maybes.lhs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ghc/compiler/utils/Maybes.lhs b/ghc/compiler/utils/Maybes.lhs
index 3cf3221ee641..37a12e06b9d5 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}
-- 
GitLab