haskell-tree-sitter
haskell-tree-sitter copied to clipboard
Remove .ghci files to enable stack builds
When stack tries to download this repository via git clone it complains about a missing ../.ghci file from the symlinks removed in this PR.
Adding this to extra-deps enables me to build on GHC 9.x with just the tree-sitter modules that I need:
- git: https://github.com/dogonthehorizon/haskell-tree-sitter.git
commit: e458075a9a91eb5c9a7a123dc679c47ebb62a009
subdirs:
- tree-sitter
- tree-sitter-tsx
- tree-sitter-java
- tree-sitter-typescript
Thanks!