mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 11:42:49 -06:00
Make -fcclazy (the new faster lazy compute_concrete) the default. Bump version number to 3.2.9
This commit is contained in:
6
gf.cabal
6
gf.cabal
@@ -1,5 +1,5 @@
|
|||||||
name: gf
|
name: gf
|
||||||
version: 3.2.8-darcs
|
version: 3.2.9-darcs
|
||||||
|
|
||||||
cabal-version: >= 1.8
|
cabal-version: >= 1.8
|
||||||
build-type: Custom
|
build-type: Custom
|
||||||
@@ -24,8 +24,8 @@ flag server
|
|||||||
Default: True
|
Default: True
|
||||||
|
|
||||||
flag cclazy
|
flag cclazy
|
||||||
Description: Switch to lazy compute_concrete (new, experimental)
|
Description: Use the new, lazy compute_concrete (faster than the old, strict version)
|
||||||
Default: False
|
Default: True
|
||||||
|
|
||||||
library
|
library
|
||||||
build-depends: base >= 4.2 && <5,
|
build-depends: base >= 4.2 && <5,
|
||||||
|
|||||||
Reference in New Issue
Block a user