diff options
| author | bringert <bringert@cs.chalmers.se> | 2007-12-20 23:20:53 +0000 |
|---|---|---|
| committer | bringert <bringert@cs.chalmers.se> | 2007-12-20 23:20:53 +0000 |
| commit | 176abb51d189f2dcaefa74158ea4d9f6540a4b55 (patch) | |
| tree | 92f18a38c431a84541e87428337d1f27c2cbae28 /src | |
| parent | 8e3f63d7fa8229cf4a6f692711bb3a0f092800e4 (diff) | |
in gf-embed.cabal: expose GF.GFCC.CId and hide GF.GFCC.Raw.AbsGFCCRaw
Diffstat (limited to 'src')
| -rw-r--r-- | src/GF-embed.cabal | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/GF-embed.cabal b/src/GF-embed.cabal index 4fcc8b54c..2d9187fb8 100644 --- a/src/GF-embed.cabal +++ b/src/GF-embed.cabal @@ -19,7 +19,7 @@ Library GF.GFCC.API -- needed by code generated by -haskell GF.GFCC.DataGFCC - GF.GFCC.Raw.AbsGFCCRaw + GF.GFCC.CId Other-modules: GF.Conversion.SimpleToFCFG GF.Data.Assoc @@ -43,10 +43,10 @@ Library GF.Command.PrintGFShell GF.Command.ParGFShell GF.Command.LexGFShell - GF.GFCC.CId GF.GFCC.Macros GF.GFCC.Generate GF.GFCC.Linearize + GF.GFCC.Raw.AbsGFCCRaw GF.GFCC.Raw.LexGFCCRaw GF.GFCC.Raw.ParGFCCRaw GF.GFCC.Raw.ConvertGFCC |
