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

Update semantic-python.cabal

This commit is contained in:
Ayman Nadeem 2020-01-27 14:27:41 -05:00
parent 836e10b2e5
commit 806b9352a1

View File

@ -29,6 +29,7 @@ common haskell
, semantic-tags ^>= 0.0
, semantic-scope-graph ^>= 0.0
, semilattices ^>= 0
, template-haskell ^>= 2.15
, text ^>= 1.2.3
, tree-sitter ^>= 0.8
, tree-sitter-python ^>= 0.8.1
@ -53,6 +54,7 @@ library
import: haskell
exposed-modules:
Language.Python
Language.Python.AST
Language.Python.Core
Language.Python.Failure
Language.Python.Patterns