From beb8f2ff6fd85c08d8c23328f3d48ebaaf0b7a49 Mon Sep 17 00:00:00 2001 From: Ayman Nadeem Date: Mon, 27 Jan 2020 16:04:21 -0500 Subject: [PATCH] Update semantic-typescript.cabal --- semantic-typescript/semantic-typescript.cabal | 2 ++ 1 file changed, 2 insertions(+) diff --git a/semantic-typescript/semantic-typescript.cabal b/semantic-typescript/semantic-typescript.cabal index 66042abd9..d317de126 100644 --- a/semantic-typescript/semantic-typescript.cabal +++ b/semantic-typescript/semantic-typescript.cabal @@ -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