From 62f970f4cba2f6701a51fd5aa8f920c5b257ed59 Mon Sep 17 00:00:00 2001 From: panne Date: Sat, 11 May 2002 08:59:08 +0000 Subject: [PATCH] [project @ 2002-05-11 08:59:08 by panne] Now that Int is exported, it might be a good idea to import it first... --- Data/Int.hs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 1.7.10.4