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.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/GHC/Runtime/Heap/Layout.hs b/compiler/GHC/Runtime/Heap/Layout.hs
index 3e6f6ed405..028010e65e 100644
--- a/compiler/GHC/Runtime/Heap/Layout.hs
+++ b/compiler/GHC/Runtime/Heap/Layout.hs
@@ -48,7 +48,7 @@ module GHC.Runtime.Heap.Layout (
import GHC.Prelude
import GHC.Types.Basic( ConTagZ )
-import GHC.Driver.Session
+--import GHC.Driver.Session
import GHC.Platform
import GHC.Platform.Profile
import GHC.StgToCmm.Types