Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master
http://hackage.haskell.org/trac/ghc/changeset/879aae15043a071942bc95dbae163fd7d17cabe5 >--------------------------------------------------------------- commit 879aae15043a071942bc95dbae163fd7d17cabe5 Author: Ian Lynagh <i...@well-typed.com> Date: Tue Oct 9 12:32:26 2012 +0100 -fliberate-case-threshold is already a dynamic flag >--------------------------------------------------------------- compiler/main/StaticFlagParser.hs | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/compiler/main/StaticFlagParser.hs b/compiler/main/StaticFlagParser.hs index e1def67..e0c9143 100644 --- a/compiler/main/StaticFlagParser.hs +++ b/compiler/main/StaticFlagParser.hs @@ -137,7 +137,6 @@ isStaticFlag f = "fcpr-off" ] || any (`isPrefixOf` f) [ - "fliberate-case-threshold", "fmax-worker-args" ] _______________________________________________ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc