haskell-tree-sitter icon indicating copy to clipboard operation
haskell-tree-sitter copied to clipboard

Remove .ghci files to enable stack builds

Open dogonthehorizon opened this issue 3 years ago • 1 comments

When stack tries to download this repository via git clone it complains about a missing ../.ghci file from the symlinks removed in this PR.

dogonthehorizon avatar Oct 01 '22 17:10 dogonthehorizon

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

dogonthehorizon avatar Oct 01 '22 17:10 dogonthehorizon

Thanks!

robrix avatar Oct 20 '22 18:10 robrix