summaryrefslogtreecommitdiffhomepage
path: root/src/Xmobar/Plugins/Monitors/Weather.hs
AgeCommit message (Collapse)Author
2019-06-29New WeatherX variant with sky conditions translationsjao
2019-02-07Always require http-conduit for weather (fixes #378)jao
2019-02-06Fix for warnings in when using conduitjao
2019-02-06Weather plugin: station URL updated to httpsjao
But, since simpleHTTP doesn't support HTTPS, the plugin only works when one compiles with `with_counduit`, which brings in an insane number of new deps. See #378
2018-11-25Back to app/src, since it seems they're the default convention for stackjao
2018-11-21All sources moved inside srcjao
2018-11-21Split Modules into Library & Executable StructurePavan Rikhi
Move the Main module to a new `app` directory. All other modules have been nested under the `Xmobar` name. Lots of module headers & imports were updated.