diff options
Diffstat (limited to 'xmobar.cabal')
-rw-r--r-- | xmobar.cabal | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/xmobar.cabal b/xmobar.cabal index 0fa9b53..3d3179a 100644 --- a/xmobar.cabal +++ b/xmobar.cabal @@ -33,3 +33,8 @@ 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 + +executable: xmb-weather +main-is: Monitors/Weather.hs +ghc-options: -funbox-strict-fields -O2 -fasm -Wall -optl-Wl,-s +ghc-prof-options: -prof -auto-all |