diff options
author | Alan Zimmerman <alan.zimm@gmail.com> | 2017-01-11 11:57:35 +0200 |
---|---|---|
committer | Alan Zimmerman <alan.zimm@gmail.com> | 2017-01-15 21:38:05 +0200 |
commit | 1ff3c5882427d704538250e6fdadd6f48bb08989 (patch) | |
tree | 56bf792993cf59c3120219dc420c06879e397883 /compiler/ghc.cabal.in | |
parent | 9d67f04d4892ea399631fd67ce91782b821a127e (diff) | |
download | haskell-1ff3c5882427d704538250e6fdadd6f48bb08989.tar.gz |
Add dump-parsed-ast flag and functionality
Summary:
This flag causes a dump of the ParsedSource as an AST in textual form, similar
to the ghc-dump-tree on hackage.
Test Plan: ./validate
Reviewers: mpickering, bgamari, austin
Reviewed By: mpickering
Subscribers: nominolo, thomie
Differential Revision: https://phabricator.haskell.org/D2958
GHC Trac Issues: #11140
Diffstat (limited to 'compiler/ghc.cabal.in')
-rw-r--r-- | compiler/ghc.cabal.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/ghc.cabal.in b/compiler/ghc.cabal.in index 2f1f813ab0..63276b34db 100644 --- a/compiler/ghc.cabal.in +++ b/compiler/ghc.cabal.in @@ -313,6 +313,7 @@ Library HsSyn HsTypes HsUtils + HsDumpAst BinIface BinFingerprint BuildTyCl |