summaryrefslogtreecommitdiff
path: root/gf.cabal
diff options
context:
space:
mode:
authorhallgren <hallgren@chalmers.se>2012-12-07 14:01:42 +0000
committerhallgren <hallgren@chalmers.se>2012-12-07 14:01:42 +0000
commitdb7063ebccae25554a8829945969e5e217ee0d29 (patch)
tree7c5431b3c38ef4ff16f7d6a97ae5c9fe2e28405d /gf.cabal
parent904e8029fea4436290fc79d5fabc782386cee19b (diff)
Make -new-comp the default and bump the version number to 3.3.11-darcs
* -new-comp (the new partial evaluator) is now chosen by default when you run cabal install (or cabal configure). To revert to using the old partial evaluator by default, use "cabal install -f-new-comp" (or "cabal configure -f-new-comp"). * Regardless of the configured default, you can choose which partial evaluator to use when you invoke gf by using the -new-comp or -old-comp command line option. * The cc command in the GF shell uses the chosen partial evaluator by default, but you can override this by using "cc -new" or "cc -old". The plan is that these flags will be romeved in a future version.
Diffstat (limited to 'gf.cabal')
-rw-r--r--gf.cabal4
1 files changed, 2 insertions, 2 deletions
diff --git a/gf.cabal b/gf.cabal
index 2044f9b50..2d3fad564 100644
--- a/gf.cabal
+++ b/gf.cabal
@@ -1,5 +1,5 @@
name: gf
-version: 3.3.10-darcs
+version: 3.3.11-darcs
cabal-version: >= 1.8
build-type: Custom
@@ -51,7 +51,7 @@ flag server
flag new-comp
Description: Make -new-comp the default
- Default: False
+ Default: True
library
build-depends: base >= 4.2 && <5,