Search Criteria
Package Details: tree-sitter-haskell-git 0.23.1.r2.g0975ef7-3
Package Actions
Git Clone URL: | https://aur.archlinux.org/tree-sitter-haskell-git.git (read-only, click to copy) |
---|---|
Package Base: | tree-sitter-haskell-git |
Description: | Haskell grammar for tree-sitter |
Upstream URL: | https://github.com/tree-sitter/tree-sitter-haskell |
Licenses: | MIT |
Groups: | tree-sitter-grammars |
Conflicts: | tree-sitter-haskell |
Provides: | libtree-sitter-haskell.so, tree-sitter-haskell |
Submitter: | lmartinez-mirror |
Maintainer: | Chocobo1 |
Last Packager: | Chocobo1 |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2021-06-11 19:16 (UTC) |
Last Updated: | 2025-03-09 15:32 (UTC) |
Dependencies (4)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR)
- git (git-gitAUR, git-glAUR) (make)
- nodejs (nodejs-gitAUR, python-nodejs-wheelAUR, nodejs-lts-iron, nodejs-lts-jod) (make)
- tree-sitter-cli (tree-sitter-cli-gitAUR) (make)
Required by (1)
- neovim-tree-sitter-git (requires tree-sitter-haskell) (optional)
Latest Comments
bhrgunatha commented on 2023-01-07 11:34 (UTC)
Anyone managed to build this recently? I'm unable to. I think there is a typo in the PKGBUILD; scanner.cc should be scanner.c
Fixing that then causes:
scanner.c:211:51: error: expected ‘,’ or ‘...’ before ‘vs’ 211 | State state_new(TSLexer l, const bool * restrict vs, indent_vec is) { |
followed by a cascade of errors - full output: https://pastebin.com/t8vqfCyu