From 547bd882401d61ce867915419d88764f2acf60ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20K=C3=A4llberg?= Date: Sun, 17 Aug 2025 20:05:48 +0200 Subject: [PATCH] Expose all modules in the gf compiler, for use by the lsp-server --- gf.cabal | 1 - 1 file changed, 1 deletion(-) diff --git a/gf.cabal b/gf.cabal index 8eff1a671..0d5df6277 100644 --- a/gf.cabal +++ b/gf.cabal @@ -169,7 +169,6 @@ library GF.Text.Lexing GF.Grammar.Canonical - other-modules: GF.Main GF.Compiler GF.Interactive