From: panne Date: Sat, 11 May 2002 08:59:08 +0000 (+0000) Subject: [project @ 2002-05-11 08:59:08 by panne] X-Git-Tag: nhc98-1-18-release~1020 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=62f970f4cba2f6701a51fd5aa8f920c5b257ed59;p=haskell-directory.git [project @ 2002-05-11 08:59:08 by panne] Now that Int is exported, it might be a good idea to import it first... --- diff --git a/Data/Int.hs b/Data/Int.hs index 7b57ae4..fd63589 100644 --- a/Data/Int.hs +++ b/Data/Int.hs @@ -25,7 +25,8 @@ module Data.Int ) where #ifdef __GLASGOW_HASKELL__ -import GHC.Int +import GHC.Base ( Int ) +import GHC.Int ( Int8, Int16, Int32, Int64 ) #endif {- $notes