diff options
Diffstat (limited to 'ghc')
-rw-r--r-- | ghc/GHCi/Leak.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ghc/GHCi/Leak.hs b/ghc/GHCi/Leak.hs index 3bb9bbceb5..0878f9ff5a 100644 --- a/ghc/GHCi/Leak.hs +++ b/ghc/GHCi/Leak.hs @@ -13,7 +13,7 @@ import GHC.Ptr (Ptr (..)) import GHCi.Util import HscTypes import Outputable -import Platform (target32Bit) +import GHC.Platform (target32Bit) import Prelude import System.Mem import System.Mem.Weak |