diff options
| author | bringert <bringert@cs.chalmers.se> | 2007-12-05 21:41:38 +0000 |
|---|---|---|
| committer | bringert <bringert@cs.chalmers.se> | 2007-12-05 21:41:38 +0000 |
| commit | 8ddd6a59f3bb3a39d9fd0bd20c977d0b69b4ad60 (patch) | |
| tree | 3b9eb9b6311cd3cb41b5d1015c7ae3e5e1d0d549 /src | |
| parent | 2885e2fd8aba393c4cfc0d892d935c5095d0a55c (diff) | |
Expose AbsGFCC and DataGFCC in gf-embed.cabal, since code generated by -haskell needs them.
Diffstat (limited to 'src')
| -rw-r--r-- | src/GF-embed.cabal | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/GF-embed.cabal b/src/GF-embed.cabal index c707db5f5..9da6f73cf 100644 --- a/src/GF-embed.cabal +++ b/src/GF-embed.cabal @@ -17,13 +17,14 @@ Library Extensions: Exposed-Modules: GF.GFCC.API + -- needed by code generated by -haskell + GF.GFCC.AbsGFCC + GF.GFCC.DataGFCC Other-modules: GF.Conversion.SimpleToFCFG GF.Data.Utilities GF.Data.SortedList GF.Data.BacktrackM - GF.GFCC.AbsGFCC - GF.GFCC.DataGFCC GF.Text.UTF8 GF.Infra.CompactPrint GF.GFCC.PrintGFCC |
