summaryrefslogtreecommitdiff
path: root/utils/hpc
diff options
context:
space:
mode:
authorHerbert Valerio Riedel <hvr@gnu.org>2014-05-14 12:37:25 +0200
committerHerbert Valerio Riedel <hvr@gnu.org>2014-05-15 10:18:02 +0200
commitd4aa4e4244bb4b2b902941bf2cbea864abd74ea5 (patch)
tree90472bee24345726cea9ff69085e0f0e7e794899 /utils/hpc
parent61fdafcf96c2586710c9bbb0a0db2f21e348fc1e (diff)
downloadhaskell-d4aa4e4244bb4b2b902941bf2cbea864abd74ea5.tar.gz
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@gnu.org>
Diffstat (limited to 'utils/hpc')
-rw-r--r--utils/hpc/hpc-bin.cabal1
1 files changed, 0 insertions, 1 deletions
diff --git a/utils/hpc/hpc-bin.cabal b/utils/hpc/hpc-bin.cabal
index 6d15e8b067..8ec6e5b790 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