mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-24 03:52:50 -06:00
gf.cabal: add missing c-sources for the Haskell binding to the C run-time library
This commit is contained in:
1
gf.cabal
1
gf.cabal
@@ -130,6 +130,7 @@ Library
|
|||||||
hs-source-dirs: src/runtime/haskell-bind
|
hs-source-dirs: src/runtime/haskell-bind
|
||||||
build-tools: hsc2hs
|
build-tools: hsc2hs
|
||||||
extra-libraries: gu pgf
|
extra-libraries: gu pgf
|
||||||
|
c-sources: src/runtime/haskell-bind/utils.c
|
||||||
cc-options: -std=c99
|
cc-options: -std=c99
|
||||||
|
|
||||||
Executable gf
|
Executable gf
|
||||||
|
|||||||
Reference in New Issue
Block a user