diff options
| author | hallgren <hallgren@chalmers.se> | 2014-02-10 16:04:40 +0000 |
|---|---|---|
| committer | hallgren <hallgren@chalmers.se> | 2014-02-10 16:04:40 +0000 |
| commit | 60980d16176f5f3a70ceb32d7a4975a73deded9f (patch) | |
| tree | bf7dc5e7d28755df152a7ca6d3f68db5c34f1252 /gf.cabal | |
| parent | 44a764cd2f97f71337a7279b97750694453541b1 (diff) | |
Fix broken C runtime support in gf.cabal and PGFService.hs
Also add PGF service command c-flush to explicitly flush cached parse results
from memory.
Diffstat (limited to 'gf.cabal')
| -rw-r--r-- | gf.cabal | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -119,8 +119,8 @@ Library PGF.OldBinary if flag(c-runtime) - exposed-modules: CId, CRuntimeFFI - other-modules: Gu, PgfLow + exposed-modules: PGF2 + other-modules: PGF2.FFI hs-source-dirs: src/runtime/haskell-bind build-tools: hsc2hs extra-libraries: gu pgf |
