gf.cabal: add missing c-sources for the Haskell binding to the C run-time library

This commit is contained in:
hallgren
2014-09-11 11:53:07 +00:00
parent 4f9af46ed0
commit 18ee232497

View File

@@ -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