mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-18 07:32:51 -06:00
eliminate modules PGF.Lexing, PGF.LexingAGreek. Make PGF.Utilities an internal module in the runtime. These are not really part of the core runtime.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user