tree-sitter / tree-sitter-haskell

Haskell grammar for tree-sitter.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update to latest tree-sitter version

VixieTSQ opened this issue · comments

The version mismatch is creating problems with the Rust binding, where Language from tree-sitter 0.19.4 is different from Language from tree-sitter 0.20.6. I'm unsure if this just requires an update to cargo.toml or if this would need to be an update for the whole repository. This may be a problem where cargo.toml simply hasn't been regenerated and tree-sitter actually is up to date. I'm not sure how versioning works exactly.