[commit: ghc] master: -fhpc is no longer a static flag (fixes hpc tests) (2d96202)
Simon Marlow <[email protected]>
| Newsgroups | gmane.comp.lang.haskell.cvs.ghc |
|---|---|
| Message-ID | <[email protected]> |
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master http://hackage.haskell.org/trac/ghc/changeset/2d96202a780ed16219337416fd0ebc07123909ae >--------------------------------------------------------------- commit 2d96202a780ed16219337416fd0ebc07123909ae Author: Simon Marlow <[email protected]> Date: Thu Sep 27 09:50:33 2012 +0100 -fhpc is no longer a static flag (fixes hpc tests) >--------------------------------------------------------------- compiler/main/StaticFlagParser.hs | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/compiler/main/StaticFlagParser.hs b/compiler/main/StaticFlagParser.hs index 36b32fa..56f2d48 100644 --- a/compiler/main/StaticFlagParser.hs +++ b/compiler/main/StaticFlagParser.hs @@ -134,8 +134,7 @@ isStaticFlag f = "fexcess-precision", "fhardwire-lib-paths", "fcpr-off", - "ferror-spans", - "fhpc" + "ferror-spans" ] || any (`isPrefixOf` f) [ "fliberate-case-threshold",