diff options
author | Tomas Janousek <tomi@nomi.cz> | 2020-11-12 09:33:25 +0000 |
---|---|---|
committer | jao <jao@gnu.org> | 2020-11-13 02:10:31 +0000 |
commit | e47cb0222eb5b152f69a18f4685726a5460f4b90 (patch) | |
tree | 85da104f1276c7590d810d423b501b350b91503e /xmobar.cabal | |
parent | 0daf131e44c0f3debd5ca5fc5b467ceab256633f (diff) | |
download | xmobar-e47cb0222eb5b152f69a18f4685726a5460f4b90.tar.gz xmobar-e47cb0222eb5b152f69a18f4685726a5460f4b90.tar.bz2 |
bench: Clean up a bit
Diffstat (limited to 'xmobar.cabal')
-rw-r--r-- | xmobar.cabal | 2 |
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 |