From ae512e09e0ea8e260145be3c74c40853dfc71219 Mon Sep 17 00:00:00 2001 From: hallgren Date: Tue, 21 Feb 2017 13:21:59 +0000 Subject: Fix compilation errors caused by changes in PGF2 These prevented GF from being built with C run-time support (-fc-runtime). --- gf.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gf.cabal') diff --git a/gf.cabal b/gf.cabal index 65eb21e14..966153d1c 100644 --- a/gf.cabal +++ b/gf.cabal @@ -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 -- cgit v1.2.3