1
1
mirror of https://github.com/github/semantic.git synced 2024-11-24 08:54:07 +03:00

remove tree-sitter version altogether

This commit is contained in:
Ayman Nadeem 2019-10-15 15:35:07 -04:00
parent 6dc21a3ef2
commit 22a6a4f708

View File

@ -21,7 +21,7 @@ library
-- other-modules:
-- other-extensions:
build-depends: base ^>=4.12.0.0
, tree-sitter ^>= 0.4
, tree-sitter
, semantic-source ^>= 0.0
, tree-sitter-python
, bytestring
@ -35,7 +35,7 @@ executable semantic-ast
-- other-extensions:
build-depends: base ^>=4.12.0.0
, semantic-ast
, tree-sitter ^>= 0.4
, tree-sitter
, semantic-source ^>= 0.0
, tree-sitter-python
, bytestring