summaryrefslogtreecommitdiff
path: root/GF.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'GF.cabal')
-rw-r--r--GF.cabal5
1 files changed, 2 insertions, 3 deletions
diff --git a/GF.cabal b/GF.cabal
index 1020531eb..8d86528b5 100644
--- a/GF.cabal
+++ b/GF.cabal
@@ -617,9 +617,7 @@ executable gf
extensions:
main-is: GF.hs
other-modules:
- GF.Grammar.ReservedWords
GF.Data.BacktrackM
- GF.Source.LexGF
GF.Source.AbsGF
GF.Source.PrintGF
GF.JavaScript.AbsJS
@@ -632,7 +630,6 @@ executable gf
GF.Data.Assoc
GF.Compile.GenerateFCFG
GF.Data.ErrM
- GF.Source.ParGF
GF.Data.Operations
GF.Infra.Ident
GF.Grammar.Predef
@@ -647,6 +644,8 @@ executable gf
GF.Command.Parse
GF.Command.Importing
GF.Infra.Modules
+ GF.Grammar.Lexer
+ GF.Grammar.Parser
GF.Grammar.Grammar
GF.Source.GrammarToSource
GF.Grammar.Values