Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-01-05 | Update README.mdHEADmaster | Igor Pashev | 1 | -22/+13 | |
2023-01-05 | Version 0.3.00.3.0 | Igor Pashev | 2 | -2/+9 | |
2023-01-05 | Remove unsed import | Igor Pashev | 1 | -1/+0 | |
2023-01-05 | Replace git URL | Igor Pashev | 1 | -1/+1 | |
2023-01-05 | Switch to HTTPS | Igor Pashev | 2 | -7/+5 | |
2023-01-05 | Switch to servant 0.19 | Igor Pashev | 2 | -10/+15 | |
That has switched from Text to ByteString in appendToQueryString. Co-authored-by: Nikolai Oplachko <magnickolas@gmail.com> | |||||
2021-05-13 | Print local time | Igor Pashev | 2 | -5/+15 | |
2021-05-12 | Show absolute humidity | Igor Pashev | 3 | -58/+112 | |
2020-06-28 | Reformat with hindent | Igor Pashev | 10 | -63/+83 | |
2020-06-28 | Eliminate lambda | Igor Pashev | 1 | -2/+1 | |
2020-06-28 | Typo | Igor Pashev | 1 | -1/+1 | |
2020-06-28 | Update ChangeLog.md | Igor Pashev | 1 | -0/+6 | |
2020-06-28 | Version 0.2.00.2.0 | Igor Pashev | 2 | -1/+8 | |
2020-06-28 | Make location a part of API | Igor Pashev | 5 | -61/+61 | |
2020-04-23 | Make required all the query parameters | Igor Pashev | 2 | -15/+17 | |
2020-04-20 | Change -c to -q for the command line utility | Igor Pashev | 2 | -5/+7 | |
2020-04-20 | Factor out endpoints | Igor Pashev | 1 | -2/+2 | |
2020-04-19 | Add forecast weather API | Igor Pashev | 10 | -106/+296 | |
2020-04-07 | Version 0.1.00.1.0 | Igor Pashev | 2 | -2/+11 | |
2020-04-07 | Reformat with hindent | Igor Pashev | 10 | -130/+137 | |
2020-04-07 | Remove internal parameter "message" from Sys | Igor Pashev | 1 | -3/+2 | |
2020-04-07 | Use ClientError from servant-client >= 0.16 | Igor Pashev | 2 | -3/+3 | |
2019-03-27 | Fix build for latest version of servant-client | Chris Martin | 3 | -7/+4 | |
Various modules have been removed from servant-client, and the things previously imported from them now need to be imported from the top-level "Servant.Client" module. The ClientEnv constructor now has a third parameter. Instead of using the constructor directly, now using mkClientEnv (which was introduced in servant-client 0.13, necessitating raising the minimum version on the dependency). | |||||
2019-01-13 | Delete .gitignore | Igor Pashev | 1 | -4/+0 | |
2019-01-13 | Delete stack.yaml | Igor Pashev | 1 | -8/+0 | |
2017-06-22 | README: fix typo | Igor Pashev | 1 | -1/+1 | |
2017-06-07 | Initial version 0.0.00.0.0 | Igor Pashev | 16 | -0/+559 | |