summaryrefslogtreecommitdiff
path: root/compiler/GHC/Runtime/Heap/Layout.hs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/GHC/Runtime/Heap/Layout.hs')
-rw-r--r--compiler/GHC/Runtime/Heap/Layout.hs4
1 files changed, 3 insertions, 1 deletions
diff --git a/compiler/GHC/Runtime/Heap/Layout.hs b/compiler/GHC/Runtime/Heap/Layout.hs
index cd09ad0163..7e4d5af136 100644
--- a/compiler/GHC/Runtime/Heap/Layout.hs
+++ b/compiler/GHC/Runtime/Heap/Layout.hs
@@ -48,12 +48,14 @@ import GHC.Prelude
import GHC.Types.Basic( ConTagZ )
import GHC.Driver.Session
-import GHC.Utils.Outputable
import GHC.Platform
import GHC.Platform.Profile
import GHC.Data.FastString
import GHC.StgToCmm.Types
+import GHC.Utils.Outputable
+import GHC.Utils.Panic
+
import Data.Word
import Data.Bits
import Data.ByteString (ByteString)