From: sof Date: Tue, 25 Nov 1997 17:57:11 +0000 (+0000) Subject: [project @ 1997-11-25 17:57:11 by sof] X-Git-Tag: Approx_2487_patches~1231 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=6b940c17b2fb7d1f9bc2ed41224258729e32d376;p=ghc-hetmet.git [project @ 1997-11-25 17:57:11 by sof] wibble --- diff --git a/ghc/compiler/utils/Maybes.lhs b/ghc/compiler/utils/Maybes.lhs index 3cf3221..37a12e0 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}