diff --git a/semantic-json/src/Language/JSON/AST.hs b/semantic-json/src/Language/JSON/AST.hs index dc55663fc..728bbd9f6 100644 --- a/semantic-json/src/Language/JSON/AST.hs +++ b/semantic-json/src/Language/JSON/AST.hs @@ -15,6 +15,7 @@ module Language.JSON.AST import Prelude hiding (String) import AST.GenerateSyntax +import Language.Haskell.TH.Syntax (runIO) import qualified TreeSitter.JSON as JSON -runIO JSON.getNodeTypesPath >>= astDeclarationsForLanguage JSON.tree_sitter_json \ No newline at end of file +runIO JSON.getNodeTypesPath >>= astDeclarationsForLanguage JSON.tree_sitter_json