diff options
-rw-r--r-- | ghc/compiler/utils/FastString.lhs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ghc/compiler/utils/FastString.lhs b/ghc/compiler/utils/FastString.lhs index 080decb51d..f0e7d9c119 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 |