From 65884f1ee21fef547b958f89eaf935a9f3683b51 Mon Sep 17 00:00:00 2001 From: andy Date: Tue, 11 Apr 2000 09:45:36 +0000 Subject: [PATCH 1/1] [project @ 2000-04-11 09:45:36 by andy] Wibble --- ghc/lib/std/Ix.lhs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ghc/lib/std/Ix.lhs b/ghc/lib/std/Ix.lhs index a152d6d..d7544dc 100644 --- a/ghc/lib/std/Ix.lhs +++ b/ghc/lib/std/Ix.lhs @@ -28,8 +28,9 @@ module Ix ) where import Prelude +#ifndef __HUGS__ import PrelArr - +#endif -- This module is empty, because Ix is defined in PrelArr. -- Reason: it's needed internally in the Prelude. -- This module serves solely to export it to the user. -- 1.7.10.4