diff options
| author | John J. Camilleri <john@digitalgrammars.com> | 2020-07-08 22:07:08 +0200 |
|---|---|---|
| committer | John J. Camilleri <john@digitalgrammars.com> | 2020-07-08 22:07:08 +0200 |
| commit | f54e54123c41750510f856d596724db739239123 (patch) | |
| tree | 1205948e34dcf7e6b14200a7da8f1755d0cbb201 /src/runtime/haskell-bind/pgf2.cabal | |
| parent | 2ac796dbbc8f210132665a580d1ad55145c21fea (diff) | |
| parent | 33818076ff553510b5e4a4d0295388d07ece2ec4 (diff) | |
Merge remote-tracking branch 'origin/master' into pgf2-hackage
# Conflicts:
# src/runtime/haskell-bind/pgf2.cabal
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 |
