diff options
-rw-r--r-- | xmobar.cabal | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/xmobar.cabal b/xmobar.cabal index 08e1dd7..5b4731b 100644 --- a/xmobar.cabal +++ b/xmobar.cabal @@ -32,6 +32,10 @@ executable xmobar other-Modules: Xmobar, Config, Parsers, Commands, XUtil, Runnable, Plugins ghc-options: -funbox-strict-fields -Wall ghc-prof-options: -prof -auto-all + + if impl (ghc == 6.10.1) && arch (x86_64) + ghc-options: -O0 + if flag(small_base) build-depends: base >= 3, base < 4, containers, process, old-time, old-locale, bytestring, directory |