diff options
| author | krangelov <kr.angelov@gmail.com> | 2020-07-08 21:12:01 +0200 |
|---|---|---|
| committer | krangelov <kr.angelov@gmail.com> | 2020-07-08 21:12:01 +0200 |
| commit | 33818076ff553510b5e4a4d0295388d07ece2ec4 (patch) | |
| tree | b381152f5f8f8bb7847ed59ff75c0ae00af1f3ef /src/runtime/haskell-bind/pgf2.cabal | |
| parent | 47d1da0845814b947113a6786555e6d2672f6533 (diff) | |
drop the SG library completely.
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 |
