mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 11:42:49 -06:00
Require GHC >=6.12, and add a homepage field in GF.cabal
I assume checking for base>=4.2 is a good way to test for the presence of the new Unicode-aware I/O libraries (first shipped with GHC 6.12) that GF now relies on.
This commit is contained in:
5
GF.cabal
5
GF.cabal
@@ -5,13 +5,14 @@ build-type: Custom
|
|||||||
license: GPL
|
license: GPL
|
||||||
license-file: LICENSE
|
license-file: LICENSE
|
||||||
synopsis: Grammatical Framework
|
synopsis: Grammatical Framework
|
||||||
|
homepage: http://www.grammaticalframework.org
|
||||||
|
|
||||||
flag interrupt
|
flag interrupt
|
||||||
Description: Enable Ctrl+Break in the shell
|
Description: Enable Ctrl+Break in the shell
|
||||||
Default: True
|
Default: True
|
||||||
|
|
||||||
library
|
library
|
||||||
build-depends: base >= 4.1,
|
build-depends: base >= 4.2 && <5,
|
||||||
array,
|
array,
|
||||||
containers,
|
containers,
|
||||||
bytestring,
|
bytestring,
|
||||||
@@ -52,7 +53,7 @@ library
|
|||||||
Data.Binary.Builder
|
Data.Binary.Builder
|
||||||
|
|
||||||
executable gf
|
executable gf
|
||||||
build-depends: base >= 4.1,
|
build-depends: base >= 4.2,
|
||||||
array,
|
array,
|
||||||
containers,
|
containers,
|
||||||
bytestring,
|
bytestring,
|
||||||
|
|||||||
Reference in New Issue
Block a user