<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openweathermap/lib/Web/OpenWeatherMap, branch 0.2.0</title>
<subtitle>Haskell library for openweathermap.org API</subtitle>
<id>https://git.pashev.ru/openweathermap/atom?h=0.2.0</id>
<link rel='self' href='https://git.pashev.ru/openweathermap/atom?h=0.2.0'/>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/openweathermap/'/>
<updated>2020-06-28T15:36:49Z</updated>
<entry>
<title>Make location a part of API</title>
<updated>2020-06-28T15:36:49Z</updated>
<author>
<name>Igor Pashev</name>
<email>pashev.igor@gmail.com</email>
</author>
<published>2020-06-28T15:36:49Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/openweathermap/commit/?id=27b29703a46bcde319961c2b52d38da3513a1da8'/>
<id>urn:sha1:27b29703a46bcde319961c2b52d38da3513a1da8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make required all the query parameters</title>
<updated>2020-04-23T11:37:51Z</updated>
<author>
<name>Igor Pashev</name>
<email>pashev.igor@gmail.com</email>
</author>
<published>2020-04-23T11:37:51Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/openweathermap/commit/?id=e7a5255ed66162cebea785af30d3b534649ab24b'/>
<id>urn:sha1:e7a5255ed66162cebea785af30d3b534649ab24b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Factor out endpoints</title>
<updated>2020-04-20T08:15:45Z</updated>
<author>
<name>Igor Pashev</name>
<email>pashev.igor@gmail.com</email>
</author>
<published>2020-04-20T08:15:45Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/openweathermap/commit/?id=2f2239ddd85775f366c0e8f5fcf4bb40d1c09ec8'/>
<id>urn:sha1:2f2239ddd85775f366c0e8f5fcf4bb40d1c09ec8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add forecast weather API</title>
<updated>2020-04-19T14:30:08Z</updated>
<author>
<name>Igor Pashev</name>
<email>pashev.igor@gmail.com</email>
</author>
<published>2020-04-19T10:26:49Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/openweathermap/commit/?id=0b1981ef40404802a828f2a91ecadba3c2453034'/>
<id>urn:sha1:0b1981ef40404802a828f2a91ecadba3c2453034</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Reformat with hindent</title>
<updated>2020-04-07T14:06:11Z</updated>
<author>
<name>Igor Pashev</name>
<email>pashev.igor@gmail.com</email>
</author>
<published>2020-04-07T14:06:11Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/openweathermap/commit/?id=8d54b02d3c4bffbc2c5525e9fc64fac44b77ab96'/>
<id>urn:sha1:8d54b02d3c4bffbc2c5525e9fc64fac44b77ab96</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove internal parameter "message" from Sys</title>
<updated>2020-04-07T14:03:37Z</updated>
<author>
<name>Igor Pashev</name>
<email>pashev.igor@gmail.com</email>
</author>
<published>2020-04-07T14:03:37Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/openweathermap/commit/?id=d808b4fd3b83cdffe8fc5bd142596b7820ee4a91'/>
<id>urn:sha1:d808b4fd3b83cdffe8fc5bd142596b7820ee4a91</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use ClientError from servant-client &gt;= 0.16</title>
<updated>2020-04-07T13:59:30Z</updated>
<author>
<name>Igor Pashev</name>
<email>pashev.igor@gmail.com</email>
</author>
<published>2020-04-07T13:59:30Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/openweathermap/commit/?id=5dfa745cdb17b4b7bc84cf11e5d4b5ac19b65248'/>
<id>urn:sha1:5dfa745cdb17b4b7bc84cf11e5d4b5ac19b65248</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix build for latest version of servant-client</title>
<updated>2019-03-27T05:53:01Z</updated>
<author>
<name>Chris Martin</name>
<email>ch.martin@gmail.com</email>
</author>
<published>2019-03-27T01:03:00Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/openweathermap/commit/?id=1882add7df3ea1a77f893aaf1692e62df68e5093'/>
<id>urn:sha1:1882add7df3ea1a77f893aaf1692e62df68e5093</id>
<content type='text'>
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).
</content>
</entry>
<entry>
<title>Initial version 0.0.0</title>
<updated>2017-06-07T13:35:08Z</updated>
<author>
<name>Igor Pashev</name>
<email>pashev.igor@gmail.com</email>
</author>
<published>2017-06-07T13:24:05Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/openweathermap/commit/?id=6f6e3d8ec76c59d6f403725e9b2a22b8f6680714'/>
<id>urn:sha1:6f6e3d8ec76c59d6f403725e9b2a22b8f6680714</id>
<content type='text'>
</content>
</entry>
</feed>
