diff options
author | Andrea Rossato <andrea.rossato@ing.unitn.it> | 2008-02-16 09:14:58 +0100 |
---|---|---|
committer | Andrea Rossato <andrea.rossato@ing.unitn.it> | 2008-02-16 09:14:58 +0100 |
commit | 714f7921b6539c182720dd2b0294cf3f41f8a519 (patch) | |
tree | 24f0ccc1ebecdba4ce6bf1cb39891c025fdc485b /xmobar.cabal | |
parent | a2dd80b97cf09e8e11c8c99e3bc876ef9f7628f7 (diff) | |
download | xmobar-714f7921b6539c182720dd2b0294cf3f41f8a519.tar.gz xmobar-714f7921b6539c182720dd2b0294cf3f41f8a519.tar.bz2 |
cabal: remove unneeded -liconv linker flag
darcs-hash:20080216081458-d6583-65a805bb03a218c32a9ff97453e5484d432ed789.gz
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 eec8fdc..7bb54b5 100644 --- a/xmobar.cabal +++ b/xmobar.cabal @@ -19,7 +19,7 @@ flag small_base executable xmobar main-is: Main.hs other-Modules: Xmobar, Config, Parsers, Commands, HsLocale, Runnable, Plugins - ghc-options: -funbox-strict-fields -Wall -liconv -optl-Wl,-s -threaded + ghc-options: -funbox-strict-fields -Wall -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 |