diff options
Diffstat (limited to 'compiler/GHC/Runtime/Heap/Layout.hs')
-rw-r--r-- | compiler/GHC/Runtime/Heap/Layout.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/GHC/Runtime/Heap/Layout.hs b/compiler/GHC/Runtime/Heap/Layout.hs index b7899ecc1b..8ef91ae741 100644 --- a/compiler/GHC/Runtime/Heap/Layout.hs +++ b/compiler/GHC/Runtime/Heap/Layout.hs @@ -47,7 +47,7 @@ module GHC.Runtime.Heap.Layout ( import GhcPrelude import BasicTypes( ConTagZ ) -import DynFlags +import GHC.Driver.Session import Outputable import GHC.Platform import FastString |