From 18ee232497cea462434359cdd759e20321a2b750 Mon Sep 17 00:00:00 2001 From: hallgren Date: Thu, 11 Sep 2014 11:53:07 +0000 Subject: [PATCH] gf.cabal: add missing c-sources for the Haskell binding to the C run-time library --- gf.cabal | 1 + 1 file changed, 1 insertion(+) diff --git a/gf.cabal b/gf.cabal index bde0bd32b..1fe930bf4 100644 --- a/gf.cabal +++ b/gf.cabal @@ -130,6 +130,7 @@ Library hs-source-dirs: src/runtime/haskell-bind build-tools: hsc2hs extra-libraries: gu pgf + c-sources: src/runtime/haskell-bind/utils.c cc-options: -std=c99 Executable gf