[project @ 2005-03-14 17:23:22 by ross]
[ghc-base.git] / Prelude.hs
index 2f0a510..840c2ca 100644 (file)
@@ -153,6 +153,8 @@ import Data.Either
 import Data.Maybe
 import Data.Bool
 import Data.Tuple
+import Data.Eq
+import Data.Ord
 #endif
 
 #ifdef __GLASGOW_HASKELL__
@@ -172,9 +174,6 @@ import GHC.Err   ( error, undefined )
 import Hugs.Prelude
 #endif
 
-import Data.Eq
-import Data.Ord
-
 #ifndef __HUGS__
 infixr 0 $!