diff options
| author | hallgren <hallgren@chalmers.se> | 2017-02-21 13:21:59 +0000 |
|---|---|---|
| committer | hallgren <hallgren@chalmers.se> | 2017-02-21 13:21:59 +0000 |
| commit | ae512e09e0ea8e260145be3c74c40853dfc71219 (patch) | |
| tree | 1e91c497a6d7ae9494f86f99db5d4d32a3f28ea0 /gf.cabal | |
| parent | 94f41cc63dfc0a55d8957762500eb93f2331e1da (diff) | |
Fix compilation errors caused by changes in PGF2
These prevented GF from being built with C run-time support (-fc-runtime).
Diffstat (limited to 'gf.cabal')
| -rw-r--r-- | gf.cabal | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -136,11 +136,11 @@ Library if flag(c-runtime) exposed-modules: PGF2 - other-modules: PGF2.FFI PGF2.Expr + other-modules: PGF2.FFI PGF2.Expr PGF2.Type GF.Interactive2 GF.Command.Commands2 hs-source-dirs: src/runtime/haskell-bind build-tools: hsc2hs - extra-libraries: gu pgf + extra-libraries: pgf gu c-sources: src/runtime/haskell-bind/utils.c cc-options: -std=c99 |
