
Hello all, I've just uploaded the 3.0.0.0 version of Hakyll [1] to Hackage [2]. This is a complete rewrite, and completely backward-incompatible with previous versions. Sorry for that. On the other hand, I believe almost all aspects of the library have improved tremendously. Hakyll now uses a declarative EDSL in Haskell to specify compilation rules, and an arrow-based EDSL to describe the compilation process. If you want to have a quick look, I recommend have a glance at the example in the tutorial [3]. More documentation needs to be written, but I wanted to make sure I can incorporate your feedback into that process. [1]: http://jaspervdj.be/hakyll/ [2]: http://hackage.haskell.org/package/hakyll-3.0.0.2 [3]: http://jaspervdj.be/hakyll/tutorial.html Cheers, Jasper