summaryrefslogtreecommitdiff
path: root/src/runtime/haskell-bind/pgf2.cabal
diff options
context:
space:
mode:
authorKrasimir Angelov <kr.angelov@gmail.com>2017-09-07 21:31:33 +0200
committerKrasimir Angelov <kr.angelov@gmail.com>2017-09-07 21:31:33 +0200
commit4f680b728b580a0eda89197801ab6adb54ab3258 (patch)
tree94d28ba0ba48085f9be255ef9cfe1738bb166c4f /src/runtime/haskell-bind/pgf2.cabal
parent60bd12a952dae70e23f8f79077ce41dd86043d34 (diff)
a light API in the Haskell binding for accessing the internal data structures
Diffstat (limited to 'src/runtime/haskell-bind/pgf2.cabal')
-rw-r--r--src/runtime/haskell-bind/pgf2.cabal4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/runtime/haskell-bind/pgf2.cabal b/src/runtime/haskell-bind/pgf2.cabal
index 8f29ea969..312d851be 100644
--- a/src/runtime/haskell-bind/pgf2.cabal
+++ b/src/runtime/haskell-bind/pgf2.cabal
@@ -14,11 +14,11 @@ extra-source-files: README
cabal-version: >=1.10
library
- exposed-modules: PGF2, SG,
+ exposed-modules: PGF2, PGF2.Internal, 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,
+ build-depends: base >=4.3,
containers, pretty
-- hs-source-dirs:
default-language: Haskell2010