diff options
Diffstat (limited to 'compiler/GHC/ByteCode/Linker.hs')
-rw-r--r-- | compiler/GHC/ByteCode/Linker.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/GHC/ByteCode/Linker.hs b/compiler/GHC/ByteCode/Linker.hs index 9a1e562c2a..bda0e03445 100644 --- a/compiler/GHC/ByteCode/Linker.hs +++ b/compiler/GHC/ByteCode/Linker.hs @@ -31,7 +31,7 @@ import GHC.Driver.Types import GHC.Types.Name import GHC.Types.Name.Env import GHC.Builtin.PrimOps -import GHC.Types.Module +import GHC.Unit import GHC.Data.FastString import GHC.Utils.Panic import GHC.Utils.Outputable |