diff options
Diffstat (limited to 'xmobar.cabal')
-rw-r--r-- | xmobar.cabal | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/xmobar.cabal b/xmobar.cabal index 6d3b32e..39b64dc 100644 --- a/xmobar.cabal +++ b/xmobar.cabal @@ -91,6 +91,10 @@ executable xmobar if impl (ghc >= 6.12.1) ghc-options: -fno-warn-unused-do-bind + -- for instance declaration in src/Plugins/Monitors/CoreCommon.hs + if impl (ghc < 7) + cpp-options: -DGHC6 + build-depends: X11>=1.3.0, mtl, unix, parsec, filepath, stm, time if flag(small_base) |