summaryrefslogtreecommitdiff
path: root/GF.cabal
diff options
context:
space:
mode:
authorkrasimir <krasimir@chalmers.se>2008-06-02 08:38:27 +0000
committerkrasimir <krasimir@chalmers.se>2008-06-02 08:38:27 +0000
commit75b56603cfab566d58cc5d541bdca702223fcbc5 (patch)
treede7f14f89cd9259defd03cc9e75a05a4199b5175 /GF.cabal
parent7ee26238f59c76e8365f2db6217a3e25bd19ae00 (diff)
use MultiMap from the reference implementation instead of GeneralDeduction and RedBlackTree
Diffstat (limited to 'GF.cabal')
-rw-r--r--GF.cabal6
1 files changed, 2 insertions, 4 deletions
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