diff options
| author | krasimir <krasimir@chalmers.se> | 2010-07-01 14:03:35 +0000 |
|---|---|---|
| committer | krasimir <krasimir@chalmers.se> | 2010-07-01 14:03:35 +0000 |
| commit | 1b9169960a8027fc5a790f2b5727926520e7cec0 (patch) | |
| tree | 5215cfcde3e8603b3436e95183d09ede7deb86e0 /gf.cabal | |
| parent | 5ae7be358daf169a3852d93f36c30c4ce7d0363e (diff) | |
reorder the modules in gf.cabal
Diffstat (limited to 'gf.cabal')
| -rw-r--r-- | gf.cabal | 12 |
1 files changed, 5 insertions, 7 deletions
@@ -81,27 +81,26 @@ executable gf main-is: GF.hs other-modules: GF.Data.BacktrackM - GF.JavaScript.AbsJS - GF.JavaScript.PrintJS - GF.Infra.CompactPrint GF.Data.TrieMap GF.Data.Utilities GF.Data.SortedList GF.Data.ErrM GF.Data.Operations - GF.Infra.Ident - GF.Grammar.Predef GF.Data.Str GF.Data.Zipper + GF.JavaScript.AbsJS + GF.JavaScript.PrintJS + GF.Infra.Ident + GF.Infra.Modules GF.Infra.GetOpt GF.Infra.Option GF.Infra.UseIO + GF.Infra.CheckM GF.Command.Commands GF.Command.Interpreter GF.Command.Abstract GF.Command.Parse GF.Command.Importing - GF.Infra.Modules GF.Grammar GF.Grammar.Lexer GF.Grammar.Parser @@ -116,7 +115,6 @@ executable gf GF.Grammar.Printer GF.Grammar.ShowTerm GF.Grammar.Binary - GF.Infra.CheckM GF.Compile.Update GF.Compile.CheckGrammar GF.Compile.Refresh |
