Last updated: 2018-06-02 13:04:58 +0100
Upstream URL: git clone http://chriswarbo.net/git/ghc-base-asts.git
Contents of README follows
Dump out ASTs from the Haskell ‘base’ package. This is slightly tricky, since the base package is used by GHC, so it can’t be built using cabal like normal, non-“bootstrap” packages, which means we can’t just use AstPlugin.