summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhallgren <hallgren@chalmers.se>2014-09-11 11:53:07 +0000
committerhallgren <hallgren@chalmers.se>2014-09-11 11:53:07 +0000
commit18ee232497cea462434359cdd759e20321a2b750 (patch)
treea87155f496a820f50680f3ac1ca3b722004dc05b
parent4f9af46ed0f8a5d3bffdbbddc5ca00b5104bf027 (diff)
gf.cabal: add missing c-sources for the Haskell binding to the C run-time library
-rw-r--r--gf.cabal1
1 files changed, 1 insertions, 0 deletions
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