mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 11:42:49 -06:00
Expose AbsGFCC and DataGFCC in gf-embed.cabal, since code generated by -haskell needs them.
This commit is contained in:
@@ -17,13 +17,14 @@ Library
|
|||||||
Extensions:
|
Extensions:
|
||||||
Exposed-Modules:
|
Exposed-Modules:
|
||||||
GF.GFCC.API
|
GF.GFCC.API
|
||||||
|
-- needed by code generated by -haskell
|
||||||
|
GF.GFCC.AbsGFCC
|
||||||
|
GF.GFCC.DataGFCC
|
||||||
Other-modules:
|
Other-modules:
|
||||||
GF.Conversion.SimpleToFCFG
|
GF.Conversion.SimpleToFCFG
|
||||||
GF.Data.Utilities
|
GF.Data.Utilities
|
||||||
GF.Data.SortedList
|
GF.Data.SortedList
|
||||||
GF.Data.BacktrackM
|
GF.Data.BacktrackM
|
||||||
GF.GFCC.AbsGFCC
|
|
||||||
GF.GFCC.DataGFCC
|
|
||||||
GF.Text.UTF8
|
GF.Text.UTF8
|
||||||
GF.Infra.CompactPrint
|
GF.Infra.CompactPrint
|
||||||
GF.GFCC.PrintGFCC
|
GF.GFCC.PrintGFCC
|
||||||
|
|||||||
Reference in New Issue
Block a user