tree-sitter-haskell
tree-sitter-haskell copied to clipboard
Failed builds due to very big file(s).
I have a couple of Rust projects which appears to have tree-sitter-haskell
as a dependency. The builds are failing consistently because they are timing out when the tree-sitter-haskell
is being read. This seems to be because something in the repo is taking up an inordinate amount of space. Indeed when I tried to git clone
the repo, this is what I got...
Admittedly, I do have a rather slow WiFi connection, but this is the first time that a Rust
cargo build
and a git clone
have failed to complete because of timeouts.
I'm not using a a proxy or any other shenanigans that would affect things.
What in the world is so large that it is killing any use of the repo?