summaryrefslogtreecommitdiff
path: root/gf.cabal
diff options
context:
space:
mode:
authorhallgren <hallgren@chalmers.se>2011-11-01 13:45:12 +0000
committerhallgren <hallgren@chalmers.se>2011-11-01 13:45:12 +0000
commitf8665c7213426588e39db9afb4f18278b8ddffb8 (patch)
tree36f64bf6b60037f2eee7271513d3013343f9f5e5 /gf.cabal
parent9ebb9c98b8fd8b7ae9652a540b551f9baa59e4ad (diff)
Remove configuration flag cclazy
Diffstat (limited to 'gf.cabal')
-rw-r--r--gf.cabal9
1 files changed, 1 insertions, 8 deletions
diff --git a/gf.cabal b/gf.cabal
index 9d6176db7..cb704ad04 100644
--- a/gf.cabal
+++ b/gf.cabal
@@ -1,5 +1,5 @@
name: gf
-version: 3.3
+version: 3.3-darcs
cabal-version: >= 1.8
build-type: Custom
@@ -37,10 +37,6 @@ flag server
Description: Include --server mode
Default: True
-flag cclazy
- Description: Use the new, lazy compute_concrete (faster than the old, strict version)
- Default: True
-
library
build-depends: base >= 4.2 && <5,
array,
@@ -205,6 +201,3 @@ executable gf
other-modules: GF.System.UseSignal
else
other-modules: GF.System.NoSignal
-
- if flag(cclazy)
- cpp-options: -DCC_LAZY