summaryrefslogtreecommitdiff
path: root/src/runtime/haskell-bind
diff options
context:
space:
mode:
authorKrasimir Angelov <kr.angelov@gmail.com>2018-10-15 12:04:03 +0200
committerKrasimir Angelov <kr.angelov@gmail.com>2018-10-15 12:04:03 +0200
commit8a9430f63a3168719641794a652194fff4515cb0 (patch)
tree4438882aaa855bdbbb07db59b1bae8ec4ba7756b /src/runtime/haskell-bind
parent50e1e7b17e3d04eac37199fd063613dce5a70f40 (diff)
hide the compatibility API
Diffstat (limited to 'src/runtime/haskell-bind')
-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 178f15023..4022f0b9b 100644
--- a/src/runtime/haskell-bind/pgf2.cabal
+++ b/src/runtime/haskell-bind/pgf2.cabal
@@ -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