diff options
| author | Andrea Rossato <andrea.rossato@ing.unitn.it> | 2008-05-01 11:58:08 +0200 | 
|---|---|---|
| committer | Andrea Rossato <andrea.rossato@ing.unitn.it> | 2008-05-01 11:58:08 +0200 | 
| commit | 171112160c38ea941cb16cfb04fb66fb3c9a5a6a (patch) | |
| tree | fb6c8daea940854126d4b59331747d4daee24596 | |
| parent | 4b73d3043896c2d759a60894bdfdadbc10d93bf4 (diff) | |
| download | xmobar-171112160c38ea941cb16cfb04fb66fb3c9a5a6a.tar.gz xmobar-171112160c38ea941cb16cfb04fb66fb3c9a5a6a.tar.bz2  | |
cabal: remove useless flags
darcs-hash:20080501095808-d6583-c19b0f7f134473e9e50f018a784f942efa194063.gz
| -rw-r--r-- | xmobar.cabal | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/xmobar.cabal b/xmobar.cabal index 1f7fdb8..02e60cb 100644 --- a/xmobar.cabal +++ b/xmobar.cabal @@ -27,7 +27,7 @@ flag with_utf8  executable xmobar      main-is:            Main.hs      other-Modules:      Xmobar, Config, Parsers, Commands, XUtil, Runnable, Plugins -    ghc-options:        -funbox-strict-fields -Wall -optl-Wl,-s +    ghc-options:        -funbox-strict-fields -Wall      ghc-prof-options:   -prof -auto-all      if flag(small_base)         build-depends:   base >= 3, containers, process, old-time, old-locale, bytestring, directory  | 
