Repository : ssh://darcs.haskell.org//srv/darcs/ghc

On branch  : supercompiler

http://hackage.haskell.org/trac/ghc/changeset/ee1f96409660c1285369638800aafaa1f06f36f6

>---------------------------------------------------------------

commit ee1f96409660c1285369638800aafaa1f06f36f6
Author: Max Bolingbroke <batterseapo...@hotmail.com>
Date:   Thu Oct 13 07:42:42 2011 +0100

    Turn deeds on permanently

>---------------------------------------------------------------

 compiler/supercompile/Supercompile/StaticFlags.hs |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/compiler/supercompile/Supercompile/StaticFlags.hs 
b/compiler/supercompile/Supercompile/StaticFlags.hs
index 5c805a1..16aef90 100644
--- a/compiler/supercompile/Supercompile/StaticFlags.hs
+++ b/compiler/supercompile/Supercompile/StaticFlags.hs
@@ -18,7 +18,8 @@ parseEnum prefix def opts = fromMaybe def $ listToMaybe 
[parse opt | arg <- aRGS
 
 
 dEEDS :: Bool
-dEEDS = "--deeds" `elem` aRGS
+--dEEDS = "--deeds" `elem` aRGS
+dEEDS = True
 
 data DeedsPolicy = FCFS | Proportional
                  deriving (Read)



_______________________________________________
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to