# v0.4.0.0 * Fixes a bug where comments were mistakenly being added to `extraChildren` fields. ([#204](https://github.com/tree-sitter/haskell-tree-sitter/pull/203)) * Bumps to `tree-sitter-0.3.0.0`. # v0.3.0.0 * Adds annotation fields to all generated data types. ([#181](https://github.com/tree-sitter/haskell-tree-sitter/pull/181)) * Fixes bug where nodes would be inserted into fields in reverse order. ([#195](https://github.com/tree-sitter/haskell-tree-sitter/issues/195)) * Pulled latest tree-sitter grammar. # v0.2.0.0 * Adds `extraChildren` field to all applicable data types. ([#179](https://github.com/tree-sitter/haskell-tree-sitter/pull/179)) # v0.1.0.0 * Initial release.