From 4ddfafe8904780ef599158525a7b4f52da7c6965 Mon Sep 17 00:00:00 2001 From: Tony Morris Date: Thu, 11 Sep 2014 15:21:23 +1000 Subject: differentiate betwee 0 degrees and no wind speed using mu (μ) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Plugins/Monitors/Weather.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Plugins/Monitors/Weather.hs b/src/Plugins/Monitors/Weather.hs index 7cf68de..a02403d 100644 --- a/src/Plugins/Monitors/Weather.hs +++ b/src/Plugins/Monitors/Weather.hs @@ -86,7 +86,7 @@ pWind0 :: , String -- speed (knot) ) pWind0 = - ("∘", "0", "0", "0") + ("μ", "μ", "0", "0") pWind :: Parser ( -- cgit v1.2.3