From 9b688ee9a5cd2147c9d755d5d7410170197054ad Mon Sep 17 00:00:00 2001 From: Jose Antonio Ortega Ruiz Date: Thu, 9 Dec 2010 02:50:40 +0100 Subject: Maintainer field in headers set to jao --- Plugins/Monitors/Weather.hs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Plugins/Monitors/Weather.hs') diff --git a/Plugins/Monitors/Weather.hs b/Plugins/Monitors/Weather.hs index 15d084e..1277438 100644 --- a/Plugins/Monitors/Weather.hs +++ b/Plugins/Monitors/Weather.hs @@ -3,8 +3,8 @@ -- Module : Plugins.Monitors.Weather -- Copyright : (c) Andrea Rossato -- License : BSD-style (see LICENSE) --- --- Maintainer : Andrea Rossato +-- +-- Maintainer : Jose A. Ortega Ruiz -- Stability : unstable -- Portability : unportable -- @@ -90,8 +90,8 @@ pPressure = do manyTill anyChar $ char '(' return $ read s parseData :: Parser [WeatherInfo] -parseData = - do st <- getAllBut "," +parseData = + do st <- getAllBut "," space ss <- getAllBut "(" skipRestOfLine >> getAllBut "/" -- cgit v1.2.3