summaryrefslogtreecommitdiff
path: root/GF.cabal
diff options
context:
space:
mode:
authorkrasimir <krasimir@chalmers.se>2010-02-03 17:33:55 +0000
committerkrasimir <krasimir@chalmers.se>2010-02-03 17:33:55 +0000
commitb90e56a94e335d42dd5abe653555cc0854803037 (patch)
treee80c7c8a0dadbcf1eeca1426e6eb5e089935a280 /GF.cabal
parent49e620b535aeec77c95bfc6db0bf0a4a725903e4 (diff)
fix the tabular printing when there is a V constructor
Diffstat (limited to 'GF.cabal')
-rw-r--r--GF.cabal1
1 files changed, 1 insertions, 0 deletions
diff --git a/GF.cabal b/GF.cabal
index 6c7df6063..85b179139 100644
--- a/GF.cabal
+++ b/GF.cabal
@@ -119,6 +119,7 @@ executable gf
GF.Grammar.Unify
GF.Grammar.PatternMatch
GF.Grammar.Printer
+ GF.Grammar.ShowTerm
GF.Grammar.Binary
GF.Infra.CheckM
GF.Compile.Update