From 053a86e859e81ba195910d4a9c53498be7633f29 Mon Sep 17 00:00:00 2001 From: sewardj Date: Mon, 16 Oct 2000 10:16:33 +0000 Subject: [PATCH] [project @ 2000-10-16 10:16:33 by sewardj] Don't try to import IOError non-abstractly (avoids a compiler warning). --- ghc/compiler/utils/FastString.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.7.10.4