ghc-source-gen/ChangeLog.md
Judah Jacobson b37db25dc0
Remove the GHC.SourceGen.Syntax module. (#16)
Instead, export types from corresponding modules (e.g.: `HsExpr'`
from `GHC.SourceGen.Expr`.  Haddock does a decent job of wiring
everything up the right way.
2019-07-28 16:55:37 -07:00

334 B

Changelog for haskell-syntax

0.2

  • Improved comments for instances of `HasValBind'.
  • Generalized patBind to any HasValBind so it can be used with let' and while'.
  • Remove GHC.SourceGen.Syntax and export types from relevant modules (for example, HsType' from GHC.SourceGen.Type).

0.1.0.0

Initial version.