diff --git a/semantic-ast/semantic-ast.cabal b/semantic-ast/semantic-ast.cabal index a6ce7aab1..6825cebaa 100644 --- a/semantic-ast/semantic-ast.cabal +++ b/semantic-ast/semantic-ast.cabal @@ -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