summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkrasimir <krasimir@chalmers.se>2008-05-29 12:40:32 +0000
committerkrasimir <krasimir@chalmers.se>2008-05-29 12:40:32 +0000
commit77e05b0b3654afae0727c168ca212131ba8223fd (patch)
tree2982f893fa34bb1557d9540639d3b50d2b8477a3
parentecfb1f5e01d207409123905cafa6605106d0f366 (diff)
rearrange the other-modules field
-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