X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Data%2FInt.hs;h=1033270df0938cf0cf0593268d162411ed2449fd;hb=e9e2a5412bb7cda8d13a063ac403d9f18ac97380;hp=8e0e8bda0e6bf1bc0c30c3df7f9d564fec06667b;hpb=d12c4f3de454ea031f2258627d388d3d994a3cfd;p=ghc-base.git diff --git a/Data/Int.hs b/Data/Int.hs index 8e0e8bd..1033270 100644 --- a/Data/Int.hs +++ b/Data/Int.hs @@ -1,4 +1,4 @@ -{-# OPTIONS -fno-implicit-prelude #-} +{-# OPTIONS_GHC -fno-implicit-prelude #-} ----------------------------------------------------------------------------- -- | -- Module : Data.Int @@ -37,6 +37,7 @@ import Hugs.Int ( Int8, Int16, Int32, Int64 ) import Prelude import Prelude (Int) import NHC.FFI (Int8, Int16, Int32, Int64) +import NHC.SizedTypes (Int8, Int16, Int32, Int64) -- instances of Bits #endif {- $notes