From 0203f3cc5cbda5e4b43395c0b634fb56a369dad9 Mon Sep 17 00:00:00 2001 From: Jesper Louis Andersen Date: Thu, 6 May 2010 19:27:42 +0200 Subject: [PATCH] Remove the hpc flag, cabal dislikes it. --- Combinatorrent.cabal | 7 ------- 1 file changed, 7 deletions(-) diff --git a/Combinatorrent.cabal b/Combinatorrent.cabal index 66681fe..7969e6d 100644 --- a/Combinatorrent.cabal +++ b/Combinatorrent.cabal @@ -29,10 +29,6 @@ flag debug description: Enable debug support default: False -flag hpc - description: Enable code coverage - default: False - flag threadscope description: Enable the eventlog necessary for ThreadScope default: False @@ -91,9 +87,6 @@ executable Combinatorrent if !flag(debug) cpp-options: "-DNDEBUG" - if flag(hpc) - ghc-options: -fhpc - if flag(threadscope) ghc-options: -eventlog