summaryrefslogtreecommitdiff
path: root/GF.cabal
diff options
context:
space:
mode:
authorkrasimir <krasimir@chalmers.se>2009-09-28 12:06:20 +0000
committerkrasimir <krasimir@chalmers.se>2009-09-28 12:06:20 +0000
commit288ef038f21a043aacd292b3e958aad06ac6beca (patch)
tree61e5616658f847889b71955af3dea25fd025d7cd /GF.cabal
parent726d160c8d79f148b5dc14e5616ec4302fe084a9 (diff)
export the morphology API from PGF
Diffstat (limited to 'GF.cabal')
-rw-r--r--GF.cabal4
1 files changed, 4 insertions, 0 deletions
diff --git a/GF.cabal b/GF.cabal
index 39192a11d..1a2c1c181 100644
--- a/GF.cabal
+++ b/GF.cabal
@@ -50,12 +50,16 @@ library
PGF.Paraphrase
PGF.TypeCheck
PGF.Binary
+ PGF.Morphology
+ PGF.ShowLinearize
GF.Data.MultiMap
GF.Data.TrieMap
GF.Data.Utilities
GF.Data.SortedList
GF.Data.Assoc
GF.Data.ErrM
+ GF.Data.Relation
+ GF.Data.Operations
-- needed only for the on demand generation of PMCFG
GF.Infra.GetOpt
GF.Infra.Option