From d065038c8a07a132d04904089e3970bb193c8e48 Mon Sep 17 00:00:00 2001 From: Brent Yorgey Date: Wed, 21 Mar 2018 15:34:27 -0500 Subject: [PATCH] remove unnecessary profiling flag It was making cabal check unhappy. --- xmonad.cabal | 9 --------- 1 file changed, 9 deletions(-) diff --git a/xmonad.cabal b/xmonad.cabal index e780ae8..314048d 100644 --- a/xmonad.cabal +++ b/xmonad.cabal @@ -52,11 +52,6 @@ flag generatemanpage default: False manual: True -flag profiling - description: Enable profiling - default: False - manual: True - library hs-source-dirs: src exposed-modules: XMonad @@ -92,10 +87,6 @@ library extensions: UndecidableInstances -- needed for XMonad.Config's instance Default (XConfig a) - - if flag(profiling) - ghc-prof-options: -prof -auto-all - if flag(testing) buildable: False