diff --git a/semantic-go/src/Language/Go/AST.hs b/semantic-go/src/Language/Go/AST.hs index 41d4aa54f..361c3c4c4 100644 --- a/semantic-go/src/Language/Go/AST.hs +++ b/semantic-go/src/Language/Go/AST.hs @@ -17,6 +17,6 @@ module Language.Go.AST import Prelude hiding (False, Float, Integer, Rational, String, True) import AST.GenerateSyntax import Language.Haskell.TH.Syntax (runIO) -import qualified TreeSitter.Go as Go +import qualified TreeSitter.Go as Go (getNodeTypesPath, tree_sitter_go) runIO Go.getNodeTypesPath >>= astDeclarationsForLanguage Go.tree_sitter_go