[project @ 2004-03-30 17:54:28 by ross]
[ghc-base.git] / Numeric.hs
index bde290d..d14c591 100644 (file)
@@ -42,8 +42,6 @@ module Numeric (
 
        ) where
 
-import Data.Char
-
 #ifdef __GLASGOW_HASKELL__
 import GHC.Base
 import GHC.Read
@@ -54,6 +52,8 @@ import GHC.Show
 import Data.Maybe
 import Text.ParserCombinators.ReadP( ReadP, readP_to_S, pfail )
 import qualified Text.Read.Lex as L
+#else
+import Data.Char
 #endif
 
 #ifdef __HUGS__