diff options
| author | krasimir <krasimir@chalmers.se> | 2008-10-28 13:57:10 +0000 |
|---|---|---|
| committer | krasimir <krasimir@chalmers.se> | 2008-10-28 13:57:10 +0000 |
| commit | ebd98056ce9d478f0aca68d752a49d87f7431ec9 (patch) | |
| tree | 8174b823fe84309b81f6b1b04c3353a44cfa357c /GF.cabal | |
| parent | 8e43cfb8a8ce4a6c4c608678633c0c5ec67adfff (diff) | |
binary serialization for PGF
Diffstat (limited to 'GF.cabal')
| -rw-r--r-- | GF.cabal | 13 |
1 files changed, 8 insertions, 5 deletions
@@ -575,23 +575,25 @@ library PGF.Parsing.FCFG PGF.Expr PGF.Type - PGF.Raw.Parse - PGF.Raw.Print - PGF.Raw.Convert - PGF.Raw.Abstract PGF.AbsCompute PGF.Paraphrase PGF.TypeCheck + PGF.Binary GF.Data.MultiMap GF.Data.Utilities GF.Data.SortedList GF.Data.Assoc GF.Data.ErrM - GF.Text.UTF8 -- needed only for the on demand generation of PMCFG GF.Data.BacktrackM GF.Compile.GenerateFCFG GF.Compile.GeneratePMCFG +-- not really part of GF but I have changed the original binary library +-- and we have to keep the copy for now. + Data.Binary + Data.Binary.Put + Data.Binary.Get + Data.Binary.Builder executable gf build-depends: base, @@ -701,6 +703,7 @@ executable gf PGF.AbsCompute PGF.Paraphrase PGF.TypeCheck + PGF.Binary GFC GFI |
