a light API in the Haskell binding for accessing the internal data structures

This commit is contained in:
Krasimir Angelov
2017-09-07 21:31:33 +02:00
parent 60bd12a952
commit 4f680b728b
3 changed files with 234 additions and 2 deletions

View File

@@ -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