1
1
mirror of https://github.com/github/semantic.git synced 2024-11-28 10:15:55 +03:00

Bump to tree-sitter-0.2.1.

This commit is contained in:
Patrick Thomson 2019-09-11 18:24:15 -04:00
parent 8c0041f1ec
commit b3ecc9fb56
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ common haskell
build-depends: base ^>=4.12
, fused-effects ^>= 0.5
, semantic-core ^>= 0.0
, tree-sitter ^>= 0.2
, tree-sitter ^>= 0.2.1
, tree-sitter-python ^>= 0.2
ghc-options:

View File

@ -58,7 +58,7 @@ common dependencies
, fused-effects ^>= 0.5.0.0
, fused-effects-exceptions ^>= 0.2.0.0
, hashable ^>= 1.2.7.0
, tree-sitter ^>= 0.2
, tree-sitter ^>= 0.2.1
, mtl ^>= 2.2.2
, network ^>= 2.8.0.0
, process ^>= 1.6.3.0