From: simonmar Date: Fri, 14 Apr 2000 08:55:42 +0000 (+0000) Subject: [project @ 2000-04-14 08:55:42 by simonmar] X-Git-Tag: Approximately_9120_patches~4704 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=96f9e65b180851a6522742497ff75d141ca40a78;p=ghc-hetmet.git [project @ 2000-04-14 08:55:42 by simonmar] fix up imports of ForeignObj(..). --- 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