From: sewardj Date: Mon, 16 Oct 2000 10:16:33 +0000 (+0000) Subject: [project @ 2000-10-16 10:16:33 by sewardj] X-Git-Tag: Approximately_9120_patches~3581 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=053a86e859e81ba195910d4a9c53498be7633f29;p=ghc-hetmet.git [project @ 2000-10-16 10:16:33 by sewardj] Don't try to import IOError non-abstractly (avoids a compiler warning). --- diff --git a/ghc/compiler/utils/FastString.lhs b/ghc/compiler/utils/FastString.lhs index 95ed4a5..b4c0597 100644 --- a/ghc/compiler/utils/FastString.lhs +++ b/ghc/compiler/utils/FastString.lhs @@ -74,7 +74,7 @@ import PrelHandle ( readHandle, ) #endif -import PrelIOBase ( Handle__(..), IOError(..), IOErrorType(..), +import PrelIOBase ( Handle__(..), IOError, IOErrorType(..), #if __GLASGOW_HASKELL__ < 400 IOResult(..), #endif