Move some definitions into LPGF.Internal, clean up public API.

This commit is contained in:
John J. Camilleri
2021-07-08 11:34:29 +02:00
parent 7b0637850c
commit d6416089d6
5 changed files with 298 additions and 240 deletions

View File

@@ -109,12 +109,13 @@ library
ghc-prof-options: -fprof-auto
exposed-modules:
LPGF
PGF
PGF.Internal
PGF.Haskell
LPGF
other-modules:
LPGF.Internal
PGF.Data
PGF.Macros
PGF.Binary
@@ -540,6 +541,7 @@ test-suite lpgf
GF.Text.Pretty
GF.Text.Transliterations
LPGF
LPGF.Internal
PGF
PGF.Binary
PGF.ByteCode
@@ -740,6 +742,7 @@ benchmark lpgf-bench
GF.Text.Pretty
GF.Text.Transliterations
LPGF
LPGF.Internal
PGF
PGF.Binary
PGF.ByteCode