diff options
author | Andrea Rossato <andrea.rossato@ing.unitn.it> | 2008-02-16 09:01:04 +0100 |
---|---|---|
committer | Andrea Rossato <andrea.rossato@ing.unitn.it> | 2008-02-16 09:01:04 +0100 |
commit | 0947f47c96fb13af64d7932acdf6329d46a90f5f (patch) | |
tree | 5101b80db13369f17bad70d63a89d00a9ccee4a6 /xmobar.cabal | |
parent | 940abce87e97404bb80b573fd4f1022150678dc2 (diff) | |
download | xmobar-0947f47c96fb13af64d7932acdf6329d46a90f5f.tar.gz xmobar-0947f47c96fb13af64d7932acdf6329d46a90f5f.tar.bz2 |
cabal: add HsLocale and dependency on utf8-string
darcs-hash:20080216080104-d6583-2664a3c34ca2498da7066e99ef50e03623218824.gz
Diffstat (limited to 'xmobar.cabal')
-rw-r--r-- | xmobar.cabal | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/xmobar.cabal b/xmobar.cabal index e754ea4..eec8fdc 100644 --- a/xmobar.cabal +++ b/xmobar.cabal @@ -18,12 +18,12 @@ flag small_base executable xmobar main-is: Main.hs - other-Modules: Xmobar, Config, Parsers, Commands, Runnable, Plugins - ghc-options: -funbox-strict-fields -Wall -optl-Wl,-s -threaded + other-Modules: Xmobar, Config, Parsers, Commands, HsLocale, Runnable, Plugins + ghc-options: -funbox-strict-fields -Wall -liconv -optl-Wl,-s -threaded ghc-prof-options: -prof -auto-all if flag(small_base) build-depends: base >= 3, containers, process, old-time, old-locale, bytestring, directory else build-depends: base < 3 - build-depends: X11>=1.3.0, mtl, unix, parsec, filepath, stm + build-depends: X11>=1.3.0, mtl, unix, parsec, filepath, stm, utf8-string |