This repository was archived by the owner on Sep 9, 2025. It is now read-only.
Cannot install tree-sitter-stack-graphs CLI #159
Answered
by
patrickt
darius-sas
asked this question in
Q&A
-
|
Hello everyone, I want to try out Does anyone know how to get around the error? If you want to replicate the error, this is the Dockerfile I'm using: Thank you in advance! |
Beta Was this translation helpful? Give feedback.
Answered by
patrickt
Jan 4, 2023
Replies: 1 comment 8 replies
-
|
Looks like bitvec released v1.0, so we need to bump that dependency. I don’t know if there’s a way to do something like |
Beta Was this translation helpful? Give feedback.
8 replies
Answer selected by
hendrikvanantwerpen
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Looks like bitvec released v1.0, so we need to bump that dependency. I don’t know if there’s a way to do something like
cabal’s--allow-newerthing, but if there is, allowing bitvec <= 1.1 should work.