[commit: ghc] master: Drop default-extensions:CPP in hpc-bin.cabal (d4aa4e4)

git at git.haskell.org git at git.haskell.org
Thu May 15 08:33:00 UTC 2014


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/d4aa4e4244bb4b2b902941bf2cbea864abd74ea5/ghc

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

commit d4aa4e4244bb4b2b902941bf2cbea864abd74ea5
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date:   Wed May 14 12:37:25 2014 +0200

    Drop default-extensions:CPP in hpc-bin.cabal
    
    The utils/hpc/*.hs code doesn't use any CPP statements anyway, so this
    extensions was redundantly enabled to begin with.
    
    Signed-off-by: Herbert Valerio Riedel <hvr at gnu.org>


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

d4aa4e4244bb4b2b902941bf2cbea864abd74ea5
 utils/hpc/hpc-bin.cabal | 1 -
 1 file changed, 1 deletion(-)

diff --git a/utils/hpc/hpc-bin.cabal b/utils/hpc/hpc-bin.cabal
index 6d15e8b..8ec6e5b 100644
--- a/utils/hpc/hpc-bin.cabal
+++ b/utils/hpc/hpc-bin.cabal
@@ -46,5 +46,4 @@ Executable hpc
                        containers >= 0.1 && < 0.6,
                        array      >= 0.1 && < 0.6
     Build-Depends: hpc
-    Default-Extensions: CPP
 



More information about the ghc-commits mailing list