X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Data%2FIx.hs;h=a01e5162659af6e8dd4aa525a7b3900c3009a1ec;hb=41e8fba828acbae1751628af50849f5352b27873;hp=7205a01b004374c0a5bb069264ced38831ac31c4;hpb=b4e1c2c5b2c00dd415b19ddbfb2bf950e6c4e61c;p=ghc-base.git diff --git a/Data/Ix.hs b/Data/Ix.hs index 7205a01..a01e516 100644 --- a/Data/Ix.hs +++ b/Data/Ix.hs @@ -1,3 +1,5 @@ +{-# LANGUAGE CPP #-} + ----------------------------------------------------------------------------- -- | -- Module : Data.Ix @@ -60,7 +62,7 @@ module Data.Ix ) where -import Prelude +-- import Prelude #ifdef __GLASGOW_HASKELL__ import GHC.Arr