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 /gf.cabal | |
| 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 'gf.cabal')
| -rw-r--r-- | gf.cabal | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -109,9 +109,6 @@ Library exposed-modules: PGF PGF.Internal - PGF.Lexing - PGF.LexingAGreek - PGF.Utilities PGF.Haskell other-modules: @@ -137,6 +134,7 @@ Library PGF.VisualizeTree PGF.ByteCode PGF.OldBinary + PGF.Utilities if flag(c-runtime) exposed-modules: PGF2 |
