summaryrefslogtreecommitdiffhomepage
path: root/Plugins/Monitors/Weather.hs
AgeCommit message (Collapse)Author
2010-12-21Haskell sources moved to src/ to unclutter toplevelJose Antonio Ortega Ruiz
2010-12-09Maintainer field in headers set to jaoJose Antonio Ortega Ruiz
2008-04-29Weather: close handles when successfully retrieving the dataAndrea Rossato
darcs-hash:20080429102944-d6583-434595c6b2d189fa89fd18bdf763f422754ec147.gz
2008-04-29styleAndrea Rossato
darcs-hash:20080429102848-d6583-54a5167beb89b3e330012b2f92e786e6f456cbe6.gz
2007-11-15Now that a cold winter is approaching I added a new feature to Weather: the ↵Andrea Rossato
capacity of reading negative temperature. This feature is generally not needed in Summertime. darcs-hash:20071115134905-d6583-a785fbbf0fa9aa49fbf0ba4e230e93ce013748ad.gz
2007-10-04Weather plugin: accept temperatures with decimal pointsSpencer Janssen
darcs-hash:20071004000348-a5988-9c568e8d696b344f66f42b0e0993e76f3c591632.gz
2007-09-12Parse the temperature separately in Celcius and Fahrenheit.Jens Petersen
Parse the pressure in hPa. Generalize showWithColors to (Num a, Ord a) so it works for both Int's and Float's. Use an Int for temperature, pressure, and relative humidity. darcs-hash:20070912070949-740ef-0e79d57888c1519e1324d06b17fe2fa0d3d0fb2d.gz
2007-07-12Get rid of floats in scientific notation.Krzysztof Kosciuszkiewicz
Use 'showDigits n' instead of 'show . takeDigits n'. As this example shows explicit precision specifications would be appreciated ;) darcs-hash:20070712013626-ba08c-868a9d53ab1b8bc120d7c1a9634d3d8c7cb599d7.gz
2007-07-18Monitors are now a Plugin that can be removed from Config.hsAndrea Rossato
darcs-hash:20070718151211-d6583-7e0e49c22d07feda72d03370fd592c196dfcc9c1.gz