summaryrefslogtreecommitdiff
path: root/gf.cabal
diff options
context:
space:
mode:
authorhallgren <hallgren@chalmers.se>2013-11-06 14:29:17 +0000
committerhallgren <hallgren@chalmers.se>2013-11-06 14:29:17 +0000
commit48660c219a29eb0ef7d18839f0e117c3cab656cf (patch)
tree36fbad6bcb7623b6f70775fe855d47fe76f0f3b7 /gf.cabal
parent7a41b45f13e52c6141b1144c32d3f94a3346032f (diff)
Make PGF.Tree internal
The only use of PGF.Tree outside the PGF library was in GF.Command.Commands, and it was eliminated by using PGF.Expr directly instead. PGF.Paraphrase still uses PGF.Tree.
Diffstat (limited to 'gf.cabal')
-rw-r--r--gf.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/gf.cabal b/gf.cabal
index 6c47b2114..9a9f3608d 100644
--- a/gf.cabal
+++ b/gf.cabal
@@ -89,7 +89,6 @@ Library
PGF.Macros
PGF.Optimize
PGF.Printer
- PGF.Tree
PGF.Utilities
other-modules:
PGF.CId
@@ -102,6 +101,7 @@ Library
PGF.Parse
PGF.Probabilistic
PGF.SortTop
+ PGF.Tree
PGF.Type
PGF.Tokenizer
PGF.TypeCheck