diff options
author | Andrea Rossato <andrea.rossato@ing.unitn.it> | 2007-06-27 23:49:57 +0200 |
---|---|---|
committer | Andrea Rossato <andrea.rossato@ing.unitn.it> | 2007-06-27 23:49:57 +0200 |
commit | 4ced049c50e0465a233dc062104298eb8a6f7852 (patch) | |
tree | 8b88c0241165a0e86605c77d677aec644b48a4c1 | |
parent | 6ade6da4380f9a6f02e6014de0a5acab4ffa43ea (diff) | |
download | xmobar-4ced049c50e0465a233dc062104298eb8a6f7852.tar.gz xmobar-4ced049c50e0465a233dc062104298eb8a6f7852.tar.bz2 |
Cpu.hs now requires -threaded
darcs-hash:20070627214957-d6583-04582bbf570f2645c90c4507db0fe8c4e618e392.gz
-rw-r--r-- | xmobar.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmobar.cabal b/xmobar.cabal index a9603bc..165d33f 100644 --- a/xmobar.cabal +++ b/xmobar.cabal @@ -21,7 +21,7 @@ ghc-prof-options: -prof -auto-all executable: xmb-cpu main-is: Monitors/Cpu.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-mem |