diff options
Diffstat (limited to 'compiler/GHC/CmmToAsm/PIC.hs')
-rw-r--r-- | compiler/GHC/CmmToAsm/PIC.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/GHC/CmmToAsm/PIC.hs b/compiler/GHC/CmmToAsm/PIC.hs index 5b237fc7db..87bc5968d6 100644 --- a/compiler/GHC/CmmToAsm/PIC.hs +++ b/compiler/GHC/CmmToAsm/PIC.hs @@ -71,7 +71,7 @@ import GHC.Cmm.CLabel ( mkForeignLabel ) import GHC.Types.Basic -import GHC.Types.Module +import GHC.Unit.Module import GHC.Utils.Outputable |