Skip to content

Commit

Permalink
hie-compat: Add more backwards compatability
Browse files Browse the repository at this point in the history
  • Loading branch information
anka-213 committed Mar 30, 2021
1 parent a6a1367 commit 5b3aeb9
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion hie-compat/src-ghc901/Compat/HieDebug.hs
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
module Compat.HieDebug
( module GHC.Iface.Ext.Debug ) where
( module GHC.Iface.Ext.Debug
, ppHie ) where
import GHC.Iface.Ext.Debug

import GHC.Iface.Ext.Types (HieAST)
import GHC.Utils.Outputable (Outputable(ppr), SDoc)

ppHie :: Outputable a => HieAST a -> SDoc
ppHie = ppr

0 comments on commit 5b3aeb9

Please sign in to comment.