diff options
author | Dominik Peteler <haskell+gitlab@with-h.at> | 2022-08-24 02:16:41 +0200 |
---|---|---|
committer | Dominik Peteler <haskell+gitlab@with-h.at> | 2022-08-24 02:16:41 +0200 |
commit | 890d1fd8c63d45506918397d0926e8d3fe6fb608 (patch) | |
tree | 59b1decb9f5219c64cc960d483c050e64cd221f6 /compiler/GHC/Cmm/Node.hs | |
parent | 80102356468d87b683d5360a291c44b057a52ade (diff) | |
download | haskell-wip/extension-ppr-module.tar.gz |
Moved stuff depending on Outputable module from GHC.Hs.Extensions to own modulewip/extension-ppr-module
Diffstat (limited to 'compiler/GHC/Cmm/Node.hs')
-rw-r--r-- | compiler/GHC/Cmm/Node.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/GHC/Cmm/Node.hs b/compiler/GHC/Cmm/Node.hs index 117ed9747a..b5349c8f4d 100644 --- a/compiler/GHC/Cmm/Node.hs +++ b/compiler/GHC/Cmm/Node.hs @@ -35,6 +35,7 @@ import GHC.Cmm.Switch import GHC.Data.FastString import GHC.Types.ForeignCall import GHC.Utils.Outputable +import GHC.Hs.Extension.Ppr () import GHC.Runtime.Heap.Layout import GHC.Types.Tickish (CmmTickish) import qualified GHC.Types.Unique as U |