diff options
Diffstat (limited to 'src/runtime/haskell-bind/pgf2.cabal')
| -rw-r--r-- | src/runtime/haskell-bind/pgf2.cabal | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/src/runtime/haskell-bind/pgf2.cabal b/src/runtime/haskell-bind/pgf2.cabal index 166369369..75b6e8a76 100644 --- a/src/runtime/haskell-bind/pgf2.cabal +++ b/src/runtime/haskell-bind/pgf2.cabal @@ -16,20 +16,18 @@ cabal-version: >=1.10 library exposed-modules: PGF2, - PGF2.Internal, - SG + PGF2.Internal other-modules: PGF2.FFI, PGF2.Expr, - PGF2.Type, - SG.FFI + PGF2.Type build-depends: base >=4.3, containers, pretty default-language: Haskell2010 build-tools: hsc2hs - extra-libraries: sg pgf gu + extra-libraries: pgf gu cc-options: -std=c99 c-sources: utils.c |
