From 75b56603cfab566d58cc5d541bdca702223fcbc5 Mon Sep 17 00:00:00 2001 From: krasimir Date: Mon, 2 Jun 2008 08:38:27 +0000 Subject: use MultiMap from the reference implementation instead of GeneralDeduction and RedBlackTree --- GF.cabal | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'GF.cabal') diff --git a/GF.cabal b/GF.cabal index d9320539c..8cd4db3f3 100644 --- a/GF.cabal +++ b/GF.cabal @@ -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 -- cgit v1.2.3