Fix a couple of imports
authorIan Lynagh <igloo@earth.li>
Wed, 6 Aug 2008 16:55:49 +0000 (16:55 +0000)
committerIan Lynagh <igloo@earth.li>
Wed, 6 Aug 2008 16:55:49 +0000 (16:55 +0000)
Prelude.hs
System/IO.hs

index 813d252..76bc847 100644 (file)
@@ -156,7 +156,7 @@ import Data.Tuple
 import GHC.Base
 import GHC.IOBase
 import GHC.Exception ( throw )
-import GHC.Read
+import Text.Read
 import GHC.Enum
 import GHC.Num
 import GHC.Real
index 93166b9..58b3e20 100644 (file)
@@ -186,7 +186,7 @@ import GHC.Handle       -- all the stuff exported by IO for the GHC version
 import GHC.IO
 import GHC.Exception
 import GHC.Num
-import GHC.Read
+import Text.Read
 import GHC.Show
 #endif