1
0
forked from GitHub/gf-core

Expose AbsGFCC and DataGFCC in gf-embed.cabal, since code generated by -haskell needs them.

This commit is contained in:
bringert
2007-12-05 21:41:38 +00:00
parent 2885e2fd8a
commit 8ddd6a59f3

View File

@@ -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