1
1
mirror of https://github.com/github/semantic.git synced 2024-11-23 08:27:56 +03:00

update semantic-LANG cabal files to depend on semantic-ast instead of tree-sitter-test-helpers

This commit is contained in:
Ayman Nadeem 2020-02-06 16:32:03 -05:00
parent c22fec9a6e
commit 0f6985fae8
7 changed files with 7 additions and 7 deletions

View File

@ -65,7 +65,7 @@ test-suite test
build-depends: base
, tree-sitter
, tree-sitter-go
, tree-sitter-test-helpers
, semantic-ast
, bytestring ^>= 0.10.8.2
, hedgehog >= 0.6 && <2
, pathtype ^>= 0.8.1

View File

@ -65,7 +65,7 @@ test-suite test
build-depends: base
, tree-sitter
, tree-sitter-java
, tree-sitter-test-helpers
, semantic-ast
, bytestring ^>= 0.10.8.2
, pathtype ^>= 0.8.1
, text

View File

@ -64,7 +64,7 @@ test-suite test
build-depends: base
, tree-sitter
, tree-sitter-json
, tree-sitter-test-helpers
, semantic-ast
, bytestring ^>= 0.10.8.2
, hedgehog >= 0.6 && <2
, pathtype ^>= 0.8.1

View File

@ -120,7 +120,7 @@ test-suite test
build-depends: base
, tree-sitter
, tree-sitter-python
, tree-sitter-test-helpers
, semantic-ast
, bytestring ^>= 0.10.8.2
, hedgehog >= 0.6 && <2
, pathtype ^>= 0.8.1

View File

@ -65,7 +65,7 @@ test-suite test
build-depends: base
, tree-sitter
, tree-sitter-ruby
, tree-sitter-test-helpers
, semantic-ast
, bytestring ^>= 0.10.8.2
, hedgehog >= 0.6 && <2
, pathtype ^>= 0.8.1

View File

@ -64,7 +64,7 @@ test-suite test
build-depends: base
, tree-sitter
, tree-sitter-tsx
, tree-sitter-test-helpers
, semantic-ast
, bytestring ^>= 0.10.8.2
, hedgehog >= 0.6 && <2
, pathtype ^>= 0.8.1

View File

@ -65,7 +65,7 @@ test-suite test
build-depends: base
, tree-sitter
, tree-sitter-typescript
, tree-sitter-test-helpers
, semantic-ast
, bytestring ^>= 0.10.8.2
, hedgehog >= 0.6 && <2
, pathtype ^>= 0.8.1