[project @ 2000-10-16 10:16:33 by sewardj]
authorsewardj <unknown>
Mon, 16 Oct 2000 10:16:33 +0000 (10:16 +0000)
committersewardj <unknown>
Mon, 16 Oct 2000 10:16:33 +0000 (10:16 +0000)
Don't try to import IOError non-abstractly (avoids a compiler warning).

ghc/compiler/utils/FastString.lhs

index 95ed4a5..b4c0597 100644 (file)
@@ -74,7 +74,7 @@ import PrelHandle     ( readHandle,
                        )
 #endif
 
-import PrelIOBase      ( Handle__(..), IOError(..), IOErrorType(..),
+import PrelIOBase      ( Handle__(..), IOError, IOErrorType(..),
 #if __GLASGOW_HASKELL__ < 400
                          IOResult(..), 
 #endif