summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Hallgren <th-github@altocumulus.org>2018-07-31 15:02:59 +0200
committerThomas Hallgren <th-github@altocumulus.org>2018-07-31 15:02:59 +0200
commitd9f0dfd400444d6ab9945bb8d2bb085b43baa358 (patch)
treee276bf3b1e4569a7fc248a4648dd638d4da0ea2c
parent4fd1ec71c996d527829936969b770a835387a391 (diff)
gf.cabal: expose GF.Text.Lexing, needed by gf-server.cabal
-rw-r--r--gf.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/gf.cabal b/gf.cabal
index 98ebed6d5..bd1b04171 100644
--- a/gf.cabal
+++ b/gf.cabal
@@ -157,6 +157,7 @@ Library
GF
GF.Support
GF.Text.Pretty
+ GF.Text.Lexing
other-modules:
GF.Main GF.Compiler GF.Interactive
@@ -267,7 +268,6 @@ Library
GF.System.Signal
GF.Text.Clitics
GF.Text.Coding
- GF.Text.Lexing
GF.Text.Transliterations
Paths_gf