diff options
| author | krasimir <krasimir@chalmers.se> | 2008-06-02 08:38:27 +0000 |
|---|---|---|
| committer | krasimir <krasimir@chalmers.se> | 2008-06-02 08:38:27 +0000 |
| commit | 75b56603cfab566d58cc5d541bdca702223fcbc5 (patch) | |
| tree | de7f14f89cd9259defd03cc9e75a05a4199b5175 /GF.cabal | |
| parent | 7ee26238f59c76e8365f2db6217a3e25bd19ae00 (diff) | |
use MultiMap from the reference implementation instead of GeneralDeduction and RedBlackTree
Diffstat (limited to 'GF.cabal')
| -rw-r--r-- | GF.cabal | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -40,8 +40,7 @@ library PGF.Raw.Print PGF.Raw.Convert PGF.Raw.Abstract - GF.Data.RedBlackSet - GF.Data.GeneralDeduction + GF.Data.MultiMap GF.Data.Utilities GF.Data.SortedList GF.Data.Assoc @@ -81,10 +80,9 @@ executable gf3 GF.Command.LexGFShell GF.Command.AbsGFShell GF.Command.PrintGFShell - GF.Data.RedBlackSet - GF.Data.GeneralDeduction GF.Infra.CompactPrint GF.Text.UTF8 + GF.Data.MultiMap GF.Data.Utilities GF.Data.SortedList GF.Data.Assoc |
