Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-02-07 | Always require http-conduit for weather (fixes #378) | jao | |
2019-02-06 | Fix for warnings in when using conduit | jao | |
2019-02-06 | Weather plugin: station URL updated to https | jao | |
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-25 | Back to app/src, since it seems they're the default convention for stack | jao | |
2018-11-21 | All sources moved inside src | jao | |
2018-11-21 | Split Modules into Library & Executable Structure | Pavan 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. |