summaryrefslogtreecommitdiff
path: root/gf.cabal
diff options
context:
space:
mode:
authorgdetrez <gdetrez@crans.org>2011-02-10 15:00:06 +0000
committergdetrez <gdetrez@crans.org>2011-02-10 15:00:06 +0000
commit45ecae4b774aee96dcc3e9f2c5f82307982faa08 (patch)
tree21b7ce41a617b24e8b25b92e912789049e7b2def /gf.cabal
parentd7ae73f1c7c5b95f1f08dadd314fa7143602b523 (diff)
Adding a basic lexicon-based tokenizer and the asociated command in gf shell
Diffstat (limited to 'gf.cabal')
-rw-r--r--gf.cabal3
1 files changed, 3 insertions, 0 deletions
diff --git a/gf.cabal b/gf.cabal
index 9d23e0dde..acd1ac2e3 100644
--- a/gf.cabal
+++ b/gf.cabal
@@ -22,6 +22,7 @@ flag interrupt
library
build-depends: base >= 4.2 && <5,
array,
+ fst,
containers,
bytestring,
random,
@@ -42,6 +43,7 @@ library
PGF.Expr
PGF.Type
PGF.Tree
+ PGF.Tokenizer
PGF.Paraphrase
PGF.TypeCheck
PGF.Binary
@@ -72,6 +74,7 @@ executable gf
containers,
bytestring,
filepath,
+ fst,
directory,
random,
old-time,