mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-16 00:09:31 -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:
|
||||
homepage: http://www.grammaticalframework.org
|
||||
license: LGPL-3
|
||||
license-file: LICENSE
|
||||
--license-file: LICENSE
|
||||
author: Inari
|
||||
-- maintainer:
|
||||
-- copyright:
|
||||
@@ -19,10 +19,11 @@ cabal-version: >=1.10
|
||||
library
|
||||
exposed-modules: CId, CRuntimeFFI
|
||||
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:
|
||||
build-tools: hsc2hs
|
||||
extra-libraries: gu pgf
|
||||
cc-options: -std=c99
|
||||
default-language: Haskell2010
|
||||
|
||||
executable pgf-shell
|
||||
|
||||
Reference in New Issue
Block a user