<feed xmlns='http://www.w3.org/2005/Atom'>
<title>hakyll/src/Hakyll/Web, 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>2017-06-19T09:57:23Z</updated>
<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>
<entry>
<title>Bump dependencies</title>
<updated>2017-06-19T09:52:35Z</updated>
<author>
<name>Jasper Van der Jeugt</name>
<email>m@jaspervdj.be</email>
</author>
<published>2017-06-19T09:47:27Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/hakyll/commit/?id=2df3209bafa08e6b77ee4a8598fc503269513527'/>
<id>urn:sha1:2df3209bafa08e6b77ee4a8598fc503269513527</id>
<content type='text'>
- Bump pandoc-citeproc to 0.10.5
- Bump optparse-applicative to 0.14
- Bump QuickCheck to 2.10
- Bump tasty-quickcheck to 0.9
</content>
</entry>
<entry>
<title>Some small CSS compression improvements</title>
<updated>2017-06-10T14:32:06Z</updated>
<author>
<name>Nicole Rauch</name>
<email>nicole.rauch@me.com</email>
</author>
<published>2017-06-10T14:32:06Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/hakyll/commit/?id=40945cd717b044d6d13c8b46050447d0fca61974'/>
<id>urn:sha1:40945cd717b044d6d13c8b46050447d0fca61974</id>
<content type='text'>
* We now also compress whitespace around commas.
* Remove whitespace around some other operators as well.
* Clarified the code around the separator compression and even improved the code (one case slipped through unnoticed).</content>
</entry>
<entry>
<title>Provide an `$allPages$` key when doing pagination</title>
<updated>2017-02-14T12:02:07Z</updated>
<author>
<name>Jasper Van der Jeugt</name>
<email>m@jaspervdj.be</email>
</author>
<published>2017-02-14T12:01:01Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/hakyll/commit/?id=9a71775a4a74a193f89bc408933e23672ac88e96'/>
<id>urn:sha1:9a71775a4a74a193f89bc408933e23672ac88e96</id>
<content type='text'>
This list offers in turn the `$num$`, `$url$` and `$isCurrent$` fields
</content>
</entry>
<entry>
<title>Add note about `version` in `createRedirects` doc</title>
<updated>2017-01-08T11:36:10Z</updated>
<author>
<name>Jasper Van der Jeugt</name>
<email>m@jaspervdj.be</email>
</author>
<published>2017-01-08T11:36:10Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/hakyll/commit/?id=85a69c9040ca862964bdf726029be71e937bef1a'/>
<id>urn:sha1:85a69c9040ca862964bdf726029be71e937bef1a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix Redirect example</title>
<updated>2017-01-07T18:08:02Z</updated>
<author>
<name>Jasper Van der Jeugt</name>
<email>m@jaspervdj.be</email>
</author>
<published>2017-01-07T18:08:02Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/hakyll/commit/?id=9992643c7af411e3b612da4787dc30b9d7987591'/>
<id>urn:sha1:9992643c7af411e3b612da4787dc30b9d7987591</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add redirect module to Hakyll</title>
<updated>2017-01-07T16:27:37Z</updated>
<author>
<name>Jasper Van der Jeugt</name>
<email>m@jaspervdj.be</email>
</author>
<published>2017-01-07T16:27:37Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/hakyll/commit/?id=718c9a407caddfdaeff56d1148f02fb09a088044'/>
<id>urn:sha1:718c9a407caddfdaeff56d1148f02fb09a088044</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #464 from yogsototh/fix-feed-with-cdata</title>
<updated>2016-10-17T07:46:23Z</updated>
<author>
<name>Jasper Van der Jeugt</name>
<email>jaspervdj@gmail.com</email>
</author>
<published>2016-10-17T07:46:23Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/hakyll/commit/?id=43e78fcdc755adcac61b3d2f1645037d3eff8fbb'/>
<id>urn:sha1:43e78fcdc755adcac61b3d2f1645037d3eff8fbb</id>
<content type='text'>
Fix feed generator when item contains CDATA</content>
</entry>
<entry>
<title>Fix feed generator when item contains CDATA</title>
<updated>2016-08-17T23:22:50Z</updated>
<author>
<name>Yann Esposito (Yogsototh)</name>
<email>yann.esposito@gmail.com</email>
</author>
<published>2016-08-17T23:22:50Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/hakyll/commit/?id=43d2736a2b1dd7345bcb6d9016c04e471c002ffd'/>
<id>urn:sha1:43d2736a2b1dd7345bcb6d9016c04e471c002ffd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Also trim whitespace around colons.</title>
<updated>2016-08-14T22:05:19Z</updated>
<author>
<name>Nicole Rauch</name>
<email>nicole.m@gmx.de</email>
</author>
<published>2016-08-14T22:05:19Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/hakyll/commit/?id=9f850a9035c29de568fb61b9646f657f5935ab89'/>
<id>urn:sha1:9f850a9035c29de568fb61b9646f657f5935ab89</id>
<content type='text'>
</content>
</entry>
</feed>
