X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2Futils%2FMaybes.lhs;fp=ghc%2Fcompiler%2Futils%2FMaybes.lhs;h=37a12e06b9d59f509be1566f1601dd49738c807d;hb=6b940c17b2fb7d1f9bc2ed41224258729e32d376;hp=3cf3221ee6411727e5199f496c183ee440f84e0c;hpb=7e1039d5c5521a36a0c4f149f8e5471666c8a4ea;p=ghc-hetmet.git 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}