From 176abb51d189f2dcaefa74158ea4d9f6540a4b55 Mon Sep 17 00:00:00 2001 From: bringert Date: Thu, 20 Dec 2007 23:20:53 +0000 Subject: [PATCH] in gf-embed.cabal: expose GF.GFCC.CId and hide GF.GFCC.Raw.AbsGFCCRaw --- src/GF-embed.cabal | 4 ++-- 1 file 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