diff options
| author | hallgren <hallgren@chalmers.se> | 2013-11-06 14:29:17 +0000 |
|---|---|---|
| committer | hallgren <hallgren@chalmers.se> | 2013-11-06 14:29:17 +0000 |
| commit | 48660c219a29eb0ef7d18839f0e117c3cab656cf (patch) | |
| tree | 36fbad6bcb7623b6f70775fe855d47fe76f0f3b7 /gf.cabal | |
| parent | 7a41b45f13e52c6141b1144c32d3f94a3346032f (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.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
