Sam Cherna

Results 2 comments of Sam Cherna

I encountered the same issue (from Helix) on aarch64-linux. I started attempting a fix [here](https://github.com/tree-sitter/tree-sitter-haskell/pull/151)

I can now confirm that Helix works when using `tree-sitter-haskell` built from my commit 😄 I edited my `languages.toml` to include: ```[[grammar]] name = "haskell" source = { git =...