summaryrefslogtreecommitdiffhomepage
path: root/src/Xmobar/Plugins/Monitors/Weather.hs
diff options
context:
space:
mode:
authorSibi Prabakaran <sibi@psibi.in>2020-06-12 22:43:59 +0530
committerSibi Prabakaran <sibi@psibi.in>2020-06-12 22:46:08 +0530
commit46d6679b245bd40edf70f158422a0482d1cde235 (patch)
treec41e991fba00f09a929764343391da58aa26bb36 /src/Xmobar/Plugins/Monitors/Weather.hs
parent17a5e656e198535e1ac96e811e8c49cd9a91958e (diff)
downloadxmobar-46d6679b245bd40edf70f158422a0482d1cde235.tar.gz
xmobar-46d6679b245bd40edf70f158422a0482d1cde235.tar.bz2
Update UVWeather branch
Diffstat (limited to 'src/Xmobar/Plugins/Monitors/Weather.hs')
-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 5161850..e71de10 100644
--- a/src/Xmobar/Plugins/Monitors/Weather.hs
+++ b/src/Xmobar/Plugins/Monitors/Weather.hs
@@ -31,7 +31,7 @@ import System.Console.GetOpt (ArgDescr(ReqArg), OptDescr(Option))
-- | Options the user may specify.
-data WeatherOpts = WeatherOpts
+newtype WeatherOpts = WeatherOpts
{ weatherString :: String
}