summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorslotThe <soliditsallgood@tuta.io>2020-01-02 22:30:21 +0100
committerslotThe <soliditsallgood@tuta.io>2020-01-04 19:31:05 +0100
commita652991bcb7d76626f1bc5a1f8c732e55dc1bbd4 (patch)
tree64f3367751215539596eb0fc38e2dea99dd8a8f8 /src
parentd843df76d2fbf6c4dcdcb044d91fc3b94e0341a7 (diff)
downloadxmobar-a652991bcb7d76626f1bc5a1f8c732e55dc1bbd4.tar.gz
xmobar-a652991bcb7d76626f1bc5a1f8c732e55dc1bbd4.tar.bz2
Update readme and changelog
Diffstat (limited to 'src')
-rw-r--r--src/Xmobar/Plugins/Monitors/Weather.hs2
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