From 96f9e65b180851a6522742497ff75d141ca40a78 Mon Sep 17 00:00:00 2001 From: simonmar Date: Fri, 14 Apr 2000 08:55:42 +0000 Subject: [PATCH] [project @ 2000-04-14 08:55:42 by simonmar] fix up imports of ForeignObj(..). --- 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 080decb..f0e7d9c 100644 --- a/ghc/compiler/utils/FastString.lhs +++ b/ghc/compiler/utils/FastString.lhs @@ -96,7 +96,7 @@ import IOExts ( hPutBufFull, hPutBufBAFull ) -- ForeignObj is now exported abstractly. #if __GLASGOW_HASKELL__ >= 303 -import qualified PrelForeign as Foreign ( ForeignObj(..) ) +import PrelForeign ( ForeignObj(..) ) #else import Foreign ( ForeignObj(..) ) #endif -- 1.7.10.4