digital-asset/ghc-lib

Move GHC.Hs.Dump to ghc-lib-parser

shayne-fletcher opened this issue · 1 comments

Arrange to have GHC.Hs.Dump (or HsDumpAst for 8.8.1) in ghc-lib-parser. It currently ends up in ghc-lib which is inconvenient for users who only use ghc-lib-parser and want to debug-inspect parse trees.

Done in #182.