summaryrefslogtreecommitdiff
path: root/gf.cabal
diff options
context:
space:
mode:
authorhallgren <hallgren@chalmers.se>2014-04-08 14:07:49 +0000
committerhallgren <hallgren@chalmers.se>2014-04-08 14:07:49 +0000
commit9cac98a3561386a9e190881ba64292f672f86500 (patch)
tree32ce1cb356fd53db4203d27e7efe6b0f644bff91 /gf.cabal
parent936f3d8297fac9e4f4de6a4b0f37305bfec0db91 (diff)
Move basic lexing functions from GF.Text.Lexing to the new module PGF.Lexing
They are thus part of the PGF Run-Time Library, making it possible to add lexing functionality in PGF service in a natural way.
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 3e823f26e..625865b1b 100644
--- a/gf.cabal
+++ b/gf.cabal
@@ -99,6 +99,7 @@ Library
PGF.Optimize
PGF.Printer
PGF.Utilities
+ PGF.Lexing
other-modules:
PGF.CId
PGF.Expr