[project @ 2000-04-14 08:55:42 by simonmar]
authorsimonmar <unknown>
Fri, 14 Apr 2000 08:55:42 +0000 (08:55 +0000)
committersimonmar <unknown>
Fri, 14 Apr 2000 08:55:42 +0000 (08:55 +0000)
fix up imports of ForeignObj(..).

ghc/compiler/utils/FastString.lhs

index 080decb..f0e7d9c 100644 (file)
@@ -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