diff options
author | Andrea Rossato <andrea.rossato@ing.unitn.it> | 2007-06-26 11:43:57 +0200 |
---|---|---|
committer | Andrea Rossato <andrea.rossato@ing.unitn.it> | 2007-06-26 11:43:57 +0200 |
commit | 9cf68a670ec0f62701201aa6e5e5ffcd20ac207f (patch) | |
tree | cead369d523b80fb93a15fca0b45e89e3d6288f3 | |
parent | 0cef0a9fded62e1d425124fd28db06f869d7f308 (diff) | |
download | xmobar-9cf68a670ec0f62701201aa6e5e5ffcd20ac207f.tar.gz xmobar-9cf68a670ec0f62701201aa6e5e5ffcd20ac207f.tar.bz2 |
Added -threaded option for ghc
darcs-hash:20070626094357-d6583-1e402d4abf8f7eeb713e61ed2da1d7fadca2b0ae.gz
-rw-r--r-- | xmobar.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmobar.cabal b/xmobar.cabal index dc91e3b..10e555a 100644 --- a/xmobar.cabal +++ b/xmobar.cabal @@ -14,7 +14,7 @@ build-depends: base>=2.0, X11>=1.2.1, mtl>=1.0, unix>=1.0, parsec>=2.0 executable: xmobar main-is: xmobar.hs -ghc-options: -funbox-strict-fields -O2 -fasm -Wall -optl-Wl,-s +ghc-options: -funbox-strict-fields -O2 -fasm -Wall -optl-Wl,-s -threaded ghc-prof-options: -prof -auto-all executable: xmb-cpu |