diff options
| -rw-r--r-- | xmobar.cabal | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/xmobar.cabal b/xmobar.cabal index 8f0d0e2..56cc5e8 100644 --- a/xmobar.cabal +++ b/xmobar.cabal @@ -27,7 +27,7 @@ flag with_utf8  executable xmobar      main-is:            Main.hs      other-Modules:      Xmobar, Config, Parsers, Commands, XUtil, Runnable, Plugins -    ghc-options:        -funbox-strict-fields -Wall -optl-Wl,-s -threaded +    ghc-options:        -funbox-strict-fields -Wall -optl-Wl,-s      ghc-prof-options:   -prof -auto-all      if flag(small_base)         build-depends:   base >= 3, containers, process, old-time, old-locale, bytestring, directory | 
