diff options
-rw-r--r-- | xmobar.cabal | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/xmobar.cabal b/xmobar.cabal index 5ad58ba..bc05d5e 100644 --- a/xmobar.cabal +++ b/xmobar.cabal @@ -14,3 +14,18 @@ executable: xmobar main-is: xmobar.hs ghc-options: -funbox-strict-fields -O2 -fasm -Wall -optl-Wl,-s 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-prof-options: -prof -auto-all + +executable: xmb-mem +main-is: Monitors/Mem.hs +ghc-options: -funbox-strict-fields -O2 -fasm -Wall -optl-Wl,-s +ghc-prof-options: -prof -auto-all + +executable: xmb-net +main-is: Monitors/Net.hs +ghc-options: -funbox-strict-fields -O2 -fasm -Wall -optl-Wl,-s +ghc-prof-options: -prof -auto-all |