diff options
| author | hallgren <hallgren@chalmers.se> | 2014-04-08 14:07:49 +0000 |
|---|---|---|
| committer | hallgren <hallgren@chalmers.se> | 2014-04-08 14:07:49 +0000 |
| commit | 9cac98a3561386a9e190881ba64292f672f86500 (patch) | |
| tree | 32ce1cb356fd53db4203d27e7efe6b0f644bff91 /gf.cabal | |
| parent | 936f3d8297fac9e4f4de6a4b0f37305bfec0db91 (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.cabal | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -99,6 +99,7 @@ Library PGF.Optimize PGF.Printer PGF.Utilities + PGF.Lexing other-modules: PGF.CId PGF.Expr |
