From fd85674c9539d4f182e94526e4fbf0d0e32a8271 Mon Sep 17 00:00:00 2001 From: sof Date: Wed, 3 Sep 1997 23:51:26 +0000 Subject: [PATCH] [project @ 1997-09-03 23:51:26 by sof] wibble --- ghc/compiler/utils/Maybes.lhs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ) -- 1.7.10.4