diff options
| author | hallgren <hallgren@chalmers.se> | 2014-09-11 11:53:07 +0000 |
|---|---|---|
| committer | hallgren <hallgren@chalmers.se> | 2014-09-11 11:53:07 +0000 |
| commit | 18ee232497cea462434359cdd759e20321a2b750 (patch) | |
| tree | a87155f496a820f50680f3ac1ca3b722004dc05b | |
| parent | 4f9af46ed0f8a5d3bffdbbddc5ca00b5104bf027 (diff) | |
gf.cabal: add missing c-sources for the Haskell binding to the C run-time library
| -rw-r--r-- | gf.cabal | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |
