[project @ 1999-12-20 10:34:27 by simonpj]
[ghc-hetmet.git] / ghc / lib / std / PrelRead.lhs
index 6c8da89..ad3fe81 100644 (file)
@@ -14,7 +14,8 @@ module PrelRead where
 import PrelErr         ( error )
 import PrelEnum                ( Enum(..) )
 import PrelNum
-import PrelNumExtra
+import PrelReal
+import PrelFloat
 import PrelList
 import PrelTup
 import PrelMaybe