From: andy Date: Tue, 11 Apr 2000 09:45:36 +0000 (+0000) Subject: [project @ 2000-04-11 09:45:36 by andy] X-Git-Tag: Approximately_9120_patches~4750 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=65884f1ee21fef547b958f89eaf935a9f3683b51;p=ghc-hetmet.git [project @ 2000-04-11 09:45:36 by andy] Wibble --- 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.