summaryrefslogtreecommitdiff
path: root/compiler/nativeGen/Dwarf/Types.hs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/nativeGen/Dwarf/Types.hs')
-rw-r--r--compiler/nativeGen/Dwarf/Types.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/nativeGen/Dwarf/Types.hs b/compiler/nativeGen/Dwarf/Types.hs
index 57ff0b2478..01253544e6 100644
--- a/compiler/nativeGen/Dwarf/Types.hs
+++ b/compiler/nativeGen/Dwarf/Types.hs
@@ -30,7 +30,7 @@ import CmmExpr ( GlobalReg(..) )
import Encoding
import FastString
import Outputable
-import Platform
+import GHC.Platform
import Unique
import Reg
import SrcLoc