diff options
| author | Krasimir Angelov <kr.angelov@gmail.com> | 2017-09-04 11:43:37 +0200 |
|---|---|---|
| committer | Krasimir Angelov <kr.angelov@gmail.com> | 2017-09-04 11:43:37 +0200 |
| commit | 1f908fa7bf65f51540ccb2b70ca2bd00d9b3dedf (patch) | |
| tree | 6211e867d908c3e40bf29dfa0c5d5ab0cbaf2c38 /src/runtime/haskell-bind/PGF | |
| parent | cae52bb9af3f2735a31a4a64cb3b9d7750d0b2a9 (diff) | |
eliminate modules PGF.Lexing, PGF.LexingAGreek. Make PGF.Utilities an internal module in the runtime. These are not really part of the core runtime.
Diffstat (limited to 'src/runtime/haskell-bind/PGF')
| -rw-r--r-- | src/runtime/haskell-bind/PGF/Internal.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/runtime/haskell-bind/PGF/Internal.hs b/src/runtime/haskell-bind/PGF/Internal.hs new file mode 100644 index 000000000..e8193b788 --- /dev/null +++ b/src/runtime/haskell-bind/PGF/Internal.hs @@ -0,0 +1 @@ +module PGF.Internal where |
