X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Flib%2Fstd%2FIx.lhs;h=d7544dcaedc0a79a9cf75623c2ee57313795e12f;hb=65884f1ee21fef547b958f89eaf935a9f3683b51;hp=a152d6d1adb446192d0bc9feebb56c948e05dfa8;hpb=9cb1bb00b6b7ab1d47949b3123624f6d053c393a;p=ghc-hetmet.git 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.