From 1f908fa7bf65f51540ccb2b70ca2bd00d9b3dedf Mon Sep 17 00:00:00 2001 From: Krasimir Angelov Date: Mon, 4 Sep 2017 11:43:37 +0200 Subject: eliminate modules PGF.Lexing, PGF.LexingAGreek. Make PGF.Utilities an internal module in the runtime. These are not really part of the core runtime. --- src/runtime/haskell-bind/pgf2.cabal | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/runtime/haskell-bind/pgf2.cabal') diff --git a/src/runtime/haskell-bind/pgf2.cabal b/src/runtime/haskell-bind/pgf2.cabal index df1cc2b1a..8f29ea969 100644 --- a/src/runtime/haskell-bind/pgf2.cabal +++ b/src/runtime/haskell-bind/pgf2.cabal @@ -14,7 +14,9 @@ extra-source-files: README cabal-version: >=1.10 library - exposed-modules: PGF2, SG + exposed-modules: PGF2, SG, + -- backwards compatibility API: + PGF, PGF.Internal other-modules: PGF2.FFI, PGF2.Expr, PGF2.Type, SG.FFI build-depends: base >=4.3, bytestring >=0.9, containers, pretty -- cgit v1.2.3