1
1
mirror of https://github.com/github/semantic.git synced 2024-12-29 18:06:14 +03:00

depend on tree-sitter-python

This commit is contained in:
Ayman Nadeem 2019-10-01 15:38:04 -04:00
parent b0b2a5f3f3
commit 186e68fe77

View File

@ -23,6 +23,7 @@ library
build-depends: base ^>=4.12.0.0
, tree-sitter ^>= 0.4
, semantic-source ^>= 0.0
, tree-sitter-python
hs-source-dirs: src
default-language: Haskell2010