Fork me on GitHub

Tutorials about Hakyll

Tutorial series

Other articles

In no particular order:

External articles

These are articles on external blogs. If you wrote a similar article, feel free to shoot me an email so I can add it to the list.

In no particular order:

Robert Pearce's series

Robert Pearce has been writing an excellent tutorial-style series on Hakyll as well. You can find those here:

All these tutorials assume you are using the latest stable version of Hakyll. If this is not the case, you might want to update using:

$ ghc-pkg unregister hakyll
$ cabal update
$ cabal install hakyll

Or using stack:

$ stack install hakyll