<feed xmlns='http://www.w3.org/2005/Atom'>
<title>hakyll/lib/Hakyll/Preview, branch master</title>
<subtitle>Haskell library for generating static sites</subtitle>
<id>https://git.pashev.ru/hakyll/atom?h=master</id>
<link rel='self' href='https://git.pashev.ru/hakyll/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/hakyll/'/>
<updated>2019-11-27T13:53:08Z</updated>
<entry>
<title>Flush log before starting web server</title>
<updated>2019-11-27T13:53:08Z</updated>
<author>
<name>Robert</name>
<email>rob@vllmrt.net</email>
</author>
<published>2019-11-27T13:53:08Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/hakyll/commit/?id=e7f0df00098af7ccdcea2124ec1758cbbde65747'/>
<id>urn:sha1:e7f0df00098af7ccdcea2124ec1758cbbde65747</id>
<content type='text'>
This fixes out of order console messaging in the case of errors
binding to the configured address, though the message order is
still a bit weird.

Before:

$ stack exec site watch
Initialising...
  Creating store...
site: Network.Socket.bind: resource busy (Address already in use)
  Creating provider...
Listening on http://127.0.0.1:8000

After:

$ stack exec site watch
Listening on http://127.0.0.1:8000
Initialising...
  Creating store...
  Creating provider...
site: Network.Socket.bind: resource busy (Address already in use)</content>
</entry>
<entry>
<title>Bump tasty to 1.1, fsnotify to 0.3</title>
<updated>2018-05-29T19:56:39Z</updated>
<author>
<name>Jasper Van der Jeugt</name>
<email>m@jaspervdj.be</email>
</author>
<published>2018-05-29T19:54:16Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/hakyll/commit/?id=8be1aa564a46974b5c4c3efd13cd8b9c83a1a0f3'/>
<id>urn:sha1:8be1aa564a46974b5c4c3efd13cd8b9c83a1a0f3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move src/ to lib/, put Init.hs in src/</title>
<updated>2017-06-19T09:57:23Z</updated>
<author>
<name>Jasper Van der Jeugt</name>
<email>m@jaspervdj.be</email>
</author>
<published>2017-06-19T09:57:23Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/hakyll/commit/?id=67ecff7ad383640bc73d64edc2506c7cc648a134'/>
<id>urn:sha1:67ecff7ad383640bc73d64edc2506c7cc648a134</id>
<content type='text'>
</content>
</entry>
</feed>
