hide the compatibility API

This commit is contained in:
Krasimir Angelov
2018-10-15 12:04:03 +02:00
parent 50e1e7b17e
commit 8a9430f63a

View File

@@ -14,9 +14,9 @@ extra-source-files: README
cabal-version: >=1.10
library
exposed-modules: PGF2, PGF2.Internal, SG,
exposed-modules: PGF2, PGF2.Internal, SG
-- backwards compatibility API:
PGF, PGF.Internal
--, PGF, PGF.Internal
other-modules: PGF2.FFI, PGF2.Expr, PGF2.Type, SG.FFI
build-depends: base >=4.3,
containers, pretty