diff options
Diffstat (limited to 'src/Xmobar')
| -rw-r--r-- | src/Xmobar/Plugins/Monitors/Weather.hs | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/Xmobar/Plugins/Monitors/Weather.hs b/src/Xmobar/Plugins/Monitors/Weather.hs index e31c3c6..0cf1c54 100644 --- a/src/Xmobar/Plugins/Monitors/Weather.hs +++ b/src/Xmobar/Plugins/Monitors/Weather.hs @@ -37,7 +37,7 @@ import System.Console.GetOpt  -- | Options the user may specify.  data WeatherOpts = WeatherOpts    { weatherString :: String -  } deriving Show +  }  -- | Default values for options.  defaultOpts :: WeatherOpts | 
