From 714f7921b6539c182720dd2b0294cf3f41f8a519 Mon Sep 17 00:00:00 2001 From: Andrea Rossato Date: Sat, 16 Feb 2008 09:14:58 +0100 Subject: cabal: remove unneeded -liconv linker flag darcs-hash:20080216081458-d6583-65a805bb03a218c32a9ff97453e5484d432ed789.gz --- xmobar.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3