<feed xmlns='http://www.w3.org/2005/Atom'>
<title>hakyll/lib/Hakyll, 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>2021-07-17T18:19:28Z</updated>
<entry>
<title>Merge branch 'master' of https://github.com/jaspervdj/hakyll</title>
<updated>2021-07-17T18:19:28Z</updated>
<author>
<name>Igor Pashev</name>
<email>pashev.igor@gmail.com</email>
</author>
<published>2021-07-17T18:19:28Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/hakyll/commit/?id=8ce817dd4453f35ce92afa531c540554429c7299'/>
<id>urn:sha1:8ce817dd4453f35ce92afa531c540554429c7299</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Supporting different field names for tags. (#862)</title>
<updated>2021-07-16T19:13:43Z</updated>
<author>
<name>Jim McStanton</name>
<email>jim@jhmcstanton.com</email>
</author>
<published>2021-07-16T19:13:43Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/hakyll/commit/?id=d739fd1eea40de9ded3b4f682c849d3c31eba92c'/>
<id>urn:sha1:d739fd1eea40de9ded3b4f682c849d3c31eba92c</id>
<content type='text'>
* Supporting different field names for tags.

* Removed buildTagsByField

Removed to avoid exponential growth of helper functions.

Renamed field parameter in getTagsByField to fieldName
to avoid shadowing.

* Drop obsolete export

Co-authored-by: Alexander Batischev &lt;eual.jp@gmail.com&gt;</content>
</entry>
<entry>
<title>add 'forceCompile' rules modifier (#857)</title>
<updated>2021-06-22T17:26:20Z</updated>
<author>
<name>Fraser Tweedale</name>
<email>frase@frase.id.au</email>
</author>
<published>2021-06-22T17:26:20Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/hakyll/commit/?id=6885325146aa46adf255c55de0e0345a0f84961e'/>
<id>urn:sha1:6885325146aa46adf255c55de0e0345a0f84961e</id>
<content type='text'>
Compilers that use data from sources other than local files may need
to be recompiled, but Hakyll's file-based dependency checking does
not handle this situation.

Add a new kind of dependency called 'AlwaysOutOfDate'.  If an item
has this dependency, it will be unconditionally rebuilt.

Also add the 'forceCompile' rule modifier, which is a user-friendly
way to force recompilation of specific items.  Example usage:

    forceCompile $ create ["foo"] $ do
        route $ idRoute
        compile $ unsafeCompiler $ doSomeIO</content>
</entry>
<entry>
<title>Allow demotion of headers by a given amount (#855)</title>
<updated>2021-06-06T17:50:44Z</updated>
<author>
<name>Logan McGrath</name>
<email>81108848+ThisFieldWasGreen@users.noreply.github.com</email>
</author>
<published>2021-06-06T17:50:44Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/hakyll/commit/?id=6d9bc845d5233c67e5eba3f54dcc7772ca1d79e2'/>
<id>urn:sha1:6d9bc845d5233c67e5eba3f54dcc7772ca1d79e2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Async runtime with graph-based dependency cycle checks (#844)</title>
<updated>2021-05-30T19:00:59Z</updated>
<author>
<name>Laurent P. René de Cotret</name>
<email>LaurentRDC@users.noreply.github.com</email>
</author>
<published>2021-05-30T19:00:59Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/hakyll/commit/?id=6e77b4e7d2f74da964fd95494dad1ee56d4c4536'/>
<id>urn:sha1:6e77b4e7d2f74da964fd95494dad1ee56d4c4536</id>
<content type='text'>
* Async runtime

* Activate multi-threading in template repo

* Style changes after feedback

* Limiting the number of concurrent tasks

* Revert "Limiting the number of concurrent tasks"

This reverts commit 38984f6f5332632be8c4cab3e29d37e318492d70.</content>
</entry>
<entry>
<title>Remove dependency on cryptonite and memory (#843)</title>
<updated>2021-04-15T19:51:38Z</updated>
<author>
<name>Laurent P. René de Cotret</name>
<email>LaurentRDC@users.noreply.github.com</email>
</author>
<published>2021-04-15T19:51:38Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/hakyll/commit/?id=122dd424891f6c9be15ff5225886484386dd0956'/>
<id>urn:sha1:122dd424891f6c9be15ff5225886484386dd0956</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Revert "File.hs: +symlink-based static file compiler; for multi-gigabyte sites, this can be a major speedup (see #786) (#810)"</title>
<updated>2021-03-14T12:47:17Z</updated>
<author>
<name>Jasper Van der Jeugt</name>
<email>m@jaspervdj.be</email>
</author>
<published>2021-03-14T12:47:17Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/hakyll/commit/?id=470ebef4d5234d4f4a39ac069aff1561a627fde6'/>
<id>urn:sha1:470ebef4d5234d4f4a39ac069aff1561a627fde6</id>
<content type='text'>
This reverts commit 84157674d955778c806efdafda311b2732242b38.
</content>
</entry>
<entry>
<title>Add `renderPandocWithTransform` and `renderPandocWithTransformM`</title>
<updated>2021-03-11T21:38:21Z</updated>
<author>
<name>Norman Liu</name>
<email>57917002+dreamsmasher@users.noreply.github.com</email>
</author>
<published>2021-03-11T21:38:21Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/hakyll/commit/?id=b54212c7e2b8a84f95815e93a13223e1525c4f85'/>
<id>urn:sha1:b54212c7e2b8a84f95815e93a13223e1525c4f85</id>
<content type='text'>
* added function that allows for pre-pandoc transformations

* modified haddock docstring

* refactoring to avoid importing the kleisli fish

* Renamed `applyPandoc` to `renderPandocWithTransformM`, added non-monadic
variant. Exported previous new functions that I forgot to export.</content>
</entry>
<entry>
<title>Add documentation for the pandocBiblioCompiler (#828)</title>
<updated>2020-12-29T17:07:28Z</updated>
<author>
<name>Chris Jensen</name>
<email>cjjensen01@aol.com</email>
</author>
<published>2020-12-29T17:07:28Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/hakyll/commit/?id=ef1bad68d6e9d62da7a1115a7d75bad689b62817'/>
<id>urn:sha1:ef1bad68d6e9d62da7a1115a7d75bad689b62817</id>
<content type='text'>
* Add documentation for pandoc

* Fix grammar</content>
</entry>
<entry>
<title>Pandoc 2.11 compatibility (#826)</title>
<updated>2020-12-06T18:24:06Z</updated>
<author>
<name>Jasper Van der Jeugt</name>
<email>m@jaspervdj.be</email>
</author>
<published>2020-12-06T18:24:06Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/hakyll/commit/?id=77afcbc2937a4ee5db9666c1f3e0c090914d3980'/>
<id>urn:sha1:77afcbc2937a4ee5db9666c1f3e0c090914d3980</id>
<content type='text'>
* Pandoc 2.11 compatibility

* Bump stack.yaml

* Bump stack dependencies</content>
</entry>
</feed>
