ANN: Hakyll 4.2

81 views
Skip to first unread message

Jasper Van der Jeugt

unread,
Mar 7, 2013, 5:47:30 AM3/7/13
to hakyll
Hello all,

I've just released Hakyll 4.2, which brings a few improvements. A
version bump was required because of a (minor) backwards-incompatible
change:

The functions `chronological` and `recentFirst` now actually look at
the dates of items (e.g. in metadata) instead of just the filepaths.
This changes the type of these functions from

chronological, recentFirst :: [Item a] -> [Item a]

to

chronological, recentFirst
:: MonadMetadata m => [Item a] -> m [Item a]

Since this is the only change, updating shouldn't be hard. Let me know
if you run into a trouble.

A full list of changes can be found here [1]. I think especially
`metadataRoute` will be useful in the future.

[1]: http://jaspervdj.be/hakyll/releases.html#hakyll-4.2.0.0

Peace,
Jasper

Mark Reid

unread,
Apr 4, 2013, 6:33:45 AM4/4/13
to hak...@googlegroups.com
Hi Jasper,

I just wanted to let you know that I've finished transitioning my site from Jekyll to Hakyll. The site is here:

http://mark.reid.name/

And the source is here:

https://github.com/mreid/markreidname-hakyll

I hope it can be of use to others wanting to do the same.

Regards,

Mark

Reply all
Reply to author
Forward
0 new messages