summaryrefslogtreecommitdiff
path: root/compiler/GHC/Cmm/Node.hs
diff options
context:
space:
mode:
authorDominik Peteler <haskell+gitlab@with-h.at>2022-08-24 02:16:41 +0200
committerDominik Peteler <haskell+gitlab@with-h.at>2022-08-24 02:16:41 +0200
commit890d1fd8c63d45506918397d0926e8d3fe6fb608 (patch)
tree59b1decb9f5219c64cc960d483c050e64cd221f6 /compiler/GHC/Cmm/Node.hs
parent80102356468d87b683d5360a291c44b057a52ade (diff)
downloadhaskell-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.hs1
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