summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2020-01-04 20:15:31 +0000
committerjao <jao@gnu.org>2020-01-04 20:15:31 +0000
commit2ec513d2e193998958ad5bf4a5f7280f595792e9 (patch)
treef3dad9dec40cc74f917471ac959898ec63298303 /src
parentcd52c2b9754b0f3c8104cd98a054478d2ca5f4f0 (diff)
downloadxmobar-2ec513d2e193998958ad5bf4a5f7280f595792e9.tar.gz
xmobar-2ec513d2e193998958ad5bf4a5f7280f595792e9.tar.bz2
hliting
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 0cf1c54..b2a3dd4 100644
--- a/src/Xmobar/Plugins/Monitors/Weather.hs
+++ b/src/Xmobar/Plugins/Monitors/Weather.hs
@@ -35,7 +35,7 @@ import System.Console.GetOpt
-- | Options the user may specify.
-data WeatherOpts = WeatherOpts
+newtype WeatherOpts = WeatherOpts
{ weatherString :: String
}