summaryrefslogtreecommitdiffhomepage
path: root/xmobar.cabal
diff options
context:
space:
mode:
authorTomas Janousek <tomi@nomi.cz>2020-11-12 09:33:25 +0000
committerjao <jao@gnu.org>2020-11-13 02:10:31 +0000
commite47cb0222eb5b152f69a18f4685726a5460f4b90 (patch)
tree85da104f1276c7590d810d423b501b350b91503e /xmobar.cabal
parent0daf131e44c0f3debd5ca5fc5b467ceab256633f (diff)
downloadxmobar-e47cb0222eb5b152f69a18f4685726a5460f4b90.tar.gz
xmobar-e47cb0222eb5b152f69a18f4685726a5460f4b90.tar.bz2
bench: Clean up a bit
Diffstat (limited to 'xmobar.cabal')
-rw-r--r--xmobar.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmobar.cabal b/xmobar.cabal
index 92f257b..57dfcb9 100644
--- a/xmobar.cabal
+++ b/xmobar.cabal
@@ -356,6 +356,6 @@ benchmark xmobarbench
main-is: main.hs
hs-source-dirs:
bench
- ghc-options: -O2
+ ghc-options: -funbox-strict-fields -Wall -fno-warn-unused-do-bind -O2
build-depends: base, gauge, xmobar, mtl
default-language: Haskell2010