diff options
Diffstat (limited to 'src/runtime/haskell-bind/pgf2.cabal')
| -rw-r--r-- | src/runtime/haskell-bind/pgf2.cabal | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/runtime/haskell-bind/pgf2.cabal b/src/runtime/haskell-bind/pgf2.cabal index 4022f0b9b..9197bff9a 100644 --- a/src/runtime/haskell-bind/pgf2.cabal +++ b/src/runtime/haskell-bind/pgf2.cabal @@ -14,17 +14,17 @@ extra-source-files: README cabal-version: >=1.10 library - exposed-modules: PGF2, PGF2.Internal, SG + exposed-modules: PGF2, PGF2.Internal -- backwards compatibility API: --, PGF, PGF.Internal - other-modules: PGF2.FFI, PGF2.Expr, PGF2.Type, SG.FFI + other-modules: PGF2.FFI, PGF2.Expr, PGF2.Type build-depends: base >=4.3, containers, pretty -- hs-source-dirs: default-language: Haskell2010 build-tools: hsc2hs - extra-libraries: sg pgf gu + extra-libraries: pgf gu cc-options: -std=c99 c-sources: utils.c |
