haskell-bind.cabal: relax overly restrictive version bounds and add cc-options

This commit is contained in:
hallgren
2014-01-17 14:18:20 +00:00
parent 4226be69e8
commit 29d1b58ff5

View File

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