summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhallgren <hallgren@chalmers.se>2011-09-09 13:54:19 +0000
committerhallgren <hallgren@chalmers.se>2011-09-09 13:54:19 +0000
commitd74b4cbde858b8953e541e016872308a001a7f13 (patch)
treed519a3a03a7bfc973dd3129da1d5e6e2fd04c85b
parent312c13c2d8501f006e6a90d909a6a567c7419916 (diff)
Make -fcclazy (the new faster lazy compute_concrete) the default. Bump version number to 3.2.9
-rw-r--r--gf.cabal6
1 files changed, 3 insertions, 3 deletions
diff --git a/gf.cabal b/gf.cabal
index 50831fc74..1d205b75d 100644
--- a/gf.cabal
+++ b/gf.cabal
@@ -1,5 +1,5 @@
name: gf
-version: 3.2.8-darcs
+version: 3.2.9-darcs
cabal-version: >= 1.8
build-type: Custom
@@ -24,8 +24,8 @@ flag server
Default: True
flag cclazy
- Description: Switch to lazy compute_concrete (new, experimental)
- Default: False
+ Description: Use the new, lazy compute_concrete (faster than the old, strict version)
+ Default: True
library
build-depends: base >= 4.2 && <5,