summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--GF.cabal18
1 files changed, 9 insertions, 9 deletions
diff --git a/GF.cabal b/GF.cabal
index b4efad3a5..8e99de534 100644
--- a/GF.cabal
+++ b/GF.cabal
@@ -35,24 +35,24 @@ library
GF.GFCC.Generate
GF.GFCC.Linearize
GF.GFCC.BuildParser
+ GF.GFCC.Parsing.FCFG.Utilities
+ GF.GFCC.Parsing.FCFG.Active
+ GF.GFCC.Parsing.FCFG
+ GF.GFCC.Raw.ConvertGFCC
GF.Command.LexGFShell
GF.Command.AbsGFShell
GF.Command.PrintGFShell
+ GF.Command.ParGFShell
+ GF.Command.PPrTree
GF.Data.RedBlackSet
GF.Data.GeneralDeduction
- GF.Infra.CompactPrint
- GF.Text.UTF8
GF.Data.Utilities
GF.Data.SortedList
GF.Data.Assoc
- GF.Infra.PrintClass
- GF.GFCC.Parsing.FCFG.Utilities
- GF.GFCC.Parsing.FCFG.Active
- GF.GFCC.Parsing.FCFG
- GF.GFCC.Raw.ConvertGFCC
GF.Data.ErrM
- GF.Command.ParGFShell
- GF.Command.PPrTree
+ GF.Infra.CompactPrint
+ GF.Infra.PrintClass
+ GF.Text.UTF8
executable gf3