From 9cac98a3561386a9e190881ba64292f672f86500 Mon Sep 17 00:00:00 2001 From: hallgren Date: Tue, 8 Apr 2014 14:07:49 +0000 Subject: 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. --- gf.cabal | 1 + 1 file changed, 1 insertion(+) (limited to 'gf.cabal') 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 -- cgit v1.2.3