summaryrefslogtreecommitdiff
path: root/GF.cabal
diff options
context:
space:
mode:
authorkrasimir <krasimir@chalmers.se>2008-05-29 12:38:09 +0000
committerkrasimir <krasimir@chalmers.se>2008-05-29 12:38:09 +0000
commitecfb1f5e01d207409123905cafa6605106d0f366 (patch)
tree3cc1ea80534a3337f7f6d1aa725008e96c18bae9 /GF.cabal
parent9c2d27b8d19343c4401e0f622e7d541101982670 (diff)
move the parsing related stuff to GF.GFCC.Parsing
Diffstat (limited to 'GF.cabal')
-rw-r--r--GF.cabal14
1 files changed, 7 insertions, 7 deletions
diff --git a/GF.cabal b/GF.cabal
index 07b4548e9..b4efad3a5 100644
--- a/GF.cabal
+++ b/GF.cabal
@@ -46,13 +46,13 @@ library
GF.Data.SortedList
GF.Data.Assoc
GF.Infra.PrintClass
- GF.Formalism.Utilities
- GF.Parsing.FCFG.Active
+ 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.Parsing.FCFG
executable gf3
@@ -97,18 +97,18 @@ executable gf3
GF.Infra.PrintClass
GF.GFCC.CId
GF.GFCC.Raw.ParGFCCRaw
- GF.GFCC.Raw.PrintGFCCRaw
- GF.Formalism.Utilities
+ GF.GFCC.Raw.PrintGFCCRaw
GF.GFCC.BuildParser
GF.GFCC.DataGFCC
- GF.Parsing.FCFG.Active
+ GF.GFCC.Parsing.FCFG.Utilities
+ GF.GFCC.Parsing.FCFG.Active
+ GF.GFCC.Parsing.FCFG
GF.GFCC.Raw.ConvertGFCC
GF.GFCC.Macros
GF.GFCC.Generate
GF.GFCC.Linearize
GF.Compile.GenerateFCFG
GF.Data.ErrM
- GF.Parsing.FCFG
GF.Command.ParGFShell
GF.Command.PPrTree
GF.GFCC.API