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/PGF.hs | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/runtime/haskell-bind/PGF.hs (limited to 'src/runtime/haskell-bind/PGF.hs') diff --git a/src/runtime/haskell-bind/PGF.hs b/src/runtime/haskell-bind/PGF.hs new file mode 100644 index 000000000..8aeca7ab8 --- /dev/null +++ b/src/runtime/haskell-bind/PGF.hs @@ -0,0 +1,3 @@ +module PGF(module PGF2) where + +import PGF2 -- cgit v1.2.3