1
1
mirror of https://github.com/github/semantic.git synced 2024-11-23 16:37:50 +03:00

Update semantic-java.cabal

This commit is contained in:
Ayman Nadeem 2020-01-27 15:13:12 -05:00
parent d33a8d6801
commit 5847bd7024

View File

@ -21,12 +21,14 @@ tested-with: GHC == 8.6.5
library
exposed-modules:
Language.Java
Language.Java.AST
Language.Java.Tags
build-depends:
base >= 4.13 && < 5
, fused-effects ^>= 1.0
, semantic-source ^>= 0.0.1
, semantic-tags ^>= 0.0
, template-haskell ^>= 2.15
, tree-sitter ^>= 0.8
, tree-sitter-java ^>= 0.6.1
hs-source-dirs: src