From: sof Date: Wed, 3 Sep 1997 23:51:26 +0000 (+0000) Subject: [project @ 1997-09-03 23:51:26 by sof] X-Git-Tag: Approximately_1000_patches_recorded~44 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=fd85674c9539d4f182e94526e4fbf0d0e32a8271 [project @ 1997-09-03 23:51:26 by sof] wibble --- 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 )