tree-sitter / tree-sitter-haskell

Haskell grammar for tree-sitter.
MIT License
151 stars 36 forks source link

Update to latest tree-sitter version #84

Closed VixieTSQ closed 2 years ago

VixieTSQ commented 2 years ago

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.