1
1
mirror of https://github.com/github/semantic.git synced 2024-12-28 09:21:35 +03:00

Update semantic-typescript.cabal

This commit is contained in:
Ayman Nadeem 2020-01-27 16:04:21 -05:00
parent 8cf1da829a
commit beb8f2ff6f

View File

@ -27,6 +27,7 @@ common haskell
, semantic-core ^>= 0.0
, semantic-source ^>= 0.0.1
, semantic-tags ^>= 0.0
, template-haskell ^>= 2.15
, text ^>= 1.2.3
, tree-sitter ^>= 0.8
, tree-sitter-typescript ^>= 0.4.1
@ -50,5 +51,6 @@ library
import: haskell
exposed-modules:
Language.TypeScript
Language.TypeScript.AST
Language.TypeScript.Tags
hs-source-dirs: src