From 73d6b1d6614c3965afd96b710bfa79db94d2449e Mon Sep 17 00:00:00 2001 From: Jasper Van der Jeugt Date: Sat, 30 Jan 2010 12:48:54 +0100 Subject: Version bump. --- examples/hakyll/examples/brochure.zip | Bin 3655 -> 3655 bytes examples/hakyll/examples/categoryblog.zip | Bin 0 -> 6916 bytes examples/hakyll/examples/morepages.zip | Bin 4107 -> 4107 bytes examples/hakyll/examples/rssblog.zip | Bin 6614 -> 6550 bytes examples/hakyll/examples/simpleblog.zip | Bin 5923 -> 5881 bytes examples/hakyll/examples/tagblog.zip | Bin 6925 -> 6832 bytes examples/hakyll/tutorial6.markdown | 5 +++-- 7 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 examples/hakyll/examples/categoryblog.zip (limited to 'examples') diff --git a/examples/hakyll/examples/brochure.zip b/examples/hakyll/examples/brochure.zip index 7794738..b0b84b0 100644 Binary files a/examples/hakyll/examples/brochure.zip and b/examples/hakyll/examples/brochure.zip differ diff --git a/examples/hakyll/examples/categoryblog.zip b/examples/hakyll/examples/categoryblog.zip new file mode 100644 index 0000000..72c96f5 Binary files /dev/null and b/examples/hakyll/examples/categoryblog.zip differ diff --git a/examples/hakyll/examples/morepages.zip b/examples/hakyll/examples/morepages.zip index de3fa9c..b4189f4 100644 Binary files a/examples/hakyll/examples/morepages.zip and b/examples/hakyll/examples/morepages.zip differ diff --git a/examples/hakyll/examples/rssblog.zip b/examples/hakyll/examples/rssblog.zip index 432ddf8..51b5591 100644 Binary files a/examples/hakyll/examples/rssblog.zip and b/examples/hakyll/examples/rssblog.zip differ diff --git a/examples/hakyll/examples/simpleblog.zip b/examples/hakyll/examples/simpleblog.zip index db51f36..7b9c67d 100644 Binary files a/examples/hakyll/examples/simpleblog.zip and b/examples/hakyll/examples/simpleblog.zip differ diff --git a/examples/hakyll/examples/tagblog.zip b/examples/hakyll/examples/tagblog.zip index 89a4fc4..ee8d2a6 100644 Binary files a/examples/hakyll/examples/tagblog.zip and b/examples/hakyll/examples/tagblog.zip differ diff --git a/examples/hakyll/tutorial6.markdown b/examples/hakyll/tutorial6.markdown index 12ef3a3..3ab8271 100644 --- a/examples/hakyll/tutorial6.markdown +++ b/examples/hakyll/tutorial6.markdown @@ -77,8 +77,9 @@ categoryList :: TagMap -> String categoryList = uncurry categoryListItem <=< toList ~~~~~ -This function might seem a little harder to understand, and figuring out how it -works is left as an exercise for the reader[^1]. +This function might seem a little harder to understand if you are not familiar +with the `<=<` operator. Figuring out how it works is left as an exercise for +the reader[^1]. [^1]: Hint: `>>=` is `concatMap` in the list monad. -- cgit v1.2.3