aboutsummaryrefslogtreecommitdiff
path: root/lib/Web/OpenWeatherMap/API.hs
AgeCommit message (Collapse)AuthorFilesLines
2020-06-28Make location a part of APIIgor Pashev1-36/+8
2020-04-23Make required all the query parametersIgor Pashev1-11/+13
2020-04-20Factor out endpointsIgor Pashev1-2/+2
2020-04-19Add forecast weather APIIgor Pashev1-2/+24
2020-04-07Reformat with hindentIgor Pashev1-20/+14
2019-03-27Fix build for latest version of servant-clientChris Martin1-2/+1
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).
2017-06-07Initial version 0.0.00.0.0Igor Pashev1-0/+45