diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2010-12-09 02:50:40 +0100 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2010-12-09 02:50:40 +0100 |
commit | 9b688ee9a5cd2147c9d755d5d7410170197054ad (patch) | |
tree | bf90b1e9081aa82151a58f55d210ca0024f46441 /Plugins/Monitors/Weather.hs | |
parent | 575be1e5d73360c226a50922d451f0e7947b5443 (diff) | |
download | xmobar-9b688ee9a5cd2147c9d755d5d7410170197054ad.tar.gz xmobar-9b688ee9a5cd2147c9d755d5d7410170197054ad.tar.bz2 |
Maintainer field in headers set to jao
Diffstat (limited to 'Plugins/Monitors/Weather.hs')
-rw-r--r-- | Plugins/Monitors/Weather.hs | 8 |
1 files changed, 4 insertions, 4 deletions
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 <andrea.rossato@unibz.it> +-- +-- Maintainer : Jose A. Ortega Ruiz <jao@gnu.org> -- 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 "/" |