summaryrefslogtreecommitdiff
path: root/src/runtime/haskell-bind/pgf2.cabal
diff options
context:
space:
mode:
authorKrasimir Angelov <kr.angelov@gmail.com>2017-09-04 11:43:37 +0200
committerKrasimir Angelov <kr.angelov@gmail.com>2017-09-04 11:43:37 +0200
commit1f908fa7bf65f51540ccb2b70ca2bd00d9b3dedf (patch)
tree6211e867d908c3e40bf29dfa0c5d5ab0cbaf2c38 /src/runtime/haskell-bind/pgf2.cabal
parentcae52bb9af3f2735a31a4a64cb3b9d7750d0b2a9 (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/pgf2.cabal')
-rw-r--r--src/runtime/haskell-bind/pgf2.cabal4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/runtime/haskell-bind/pgf2.cabal b/src/runtime/haskell-bind/pgf2.cabal
index df1cc2b1a..8f29ea969 100644
--- a/src/runtime/haskell-bind/pgf2.cabal
+++ b/src/runtime/haskell-bind/pgf2.cabal
@@ -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