X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2Futils%2FMaybes.lhs;h=b29dd9c56454180f445f305127474df36e0c90c2;hb=fd85674c9539d4f182e94526e4fbf0d0e32a8271;hp=49ab0c4d892568e7971049e47c57f6f1facad297;hpb=fbf45eff4372ae40eefa2c2d2f45414c7f050847;p=ghc-hetmet.git diff --git a/ghc/compiler/utils/Maybes.lhs b/ghc/compiler/utils/Maybes.lhs index 49ab0c4..b29dd9c 100644 --- a/ghc/compiler/utils/Maybes.lhs +++ b/ghc/compiler/utils/Maybes.lhs @@ -28,8 +28,8 @@ module Maybes ( catMaybes ) where -CHK_Ubiq() -- debugging consistency check -import Unique (Unique) -- only for specialising +CHK_Ubiq() -- debugging consistency check +import Unique (Unique) -- only for specialising #if __GLASGOW_HASKELL__ >= 204 import Maybe( catMaybes, mapMaybe )