mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 11:42:49 -06:00
haskell-bind.cabal: relax overly restrictive version bounds and add cc-options
This commit is contained in:
@@ -7,7 +7,7 @@ version: 0.1.0.0
|
|||||||
-- description:
|
-- description:
|
||||||
homepage: http://www.grammaticalframework.org
|
homepage: http://www.grammaticalframework.org
|
||||||
license: LGPL-3
|
license: LGPL-3
|
||||||
license-file: LICENSE
|
--license-file: LICENSE
|
||||||
author: Inari
|
author: Inari
|
||||||
-- maintainer:
|
-- maintainer:
|
||||||
-- copyright:
|
-- copyright:
|
||||||
@@ -19,10 +19,11 @@ cabal-version: >=1.10
|
|||||||
library
|
library
|
||||||
exposed-modules: CId, CRuntimeFFI
|
exposed-modules: CId, CRuntimeFFI
|
||||||
other-modules: Gu, PgfLow
|
other-modules: Gu, PgfLow
|
||||||
build-depends: base >=4.6 && <4.7, bytestring >=0.10 && <0.11, pretty >=1.1 && <1.2
|
build-depends: base >=4.5 && <4.7, bytestring >=0.9 && <0.11, pretty >=1.1 && <1.2
|
||||||
-- hs-source-dirs:
|
-- hs-source-dirs:
|
||||||
build-tools: hsc2hs
|
build-tools: hsc2hs
|
||||||
extra-libraries: gu pgf
|
extra-libraries: gu pgf
|
||||||
|
cc-options: -std=c99
|
||||||
default-language: Haskell2010
|
default-language: Haskell2010
|
||||||
|
|
||||||
executable pgf-shell
|
executable pgf-shell
|
||||||
|
|||||||
Reference in New Issue
Block a user