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

constrain tree-sitter-python

This commit is contained in:
Ayman Nadeem 2019-10-16 14:03:13 -04:00
parent f4880a4bf9
commit 44116ae2f5

View File

@ -23,7 +23,7 @@ library
build-depends: base ^>=4.12.0.0
, tree-sitter ^>= 0.5
, semantic-source ^>= 0.0
, tree-sitter-python
, tree-sitter-python ^>= 0.6
, bytestring
, optparse-applicative ^>= 0.14.3.0
hs-source-dirs: src
@ -37,7 +37,7 @@ executable semantic-ast
, semantic-ast
, tree-sitter ^>= 0.5
, semantic-source ^>= 0.0
, tree-sitter-python
, tree-sitter-python ^>= 0.6
, bytestring
, optparse-applicative ^>= 0.14.3.0
hs-source-dirs: src