diff options
-rw-r--r-- | examples/hakyll/examples/brochure.zip | bin | 3655 -> 3655 bytes | |||
-rw-r--r-- | examples/hakyll/examples/categoryblog.zip | bin | 0 -> 6916 bytes | |||
-rw-r--r-- | examples/hakyll/examples/morepages.zip | bin | 4107 -> 4107 bytes | |||
-rw-r--r-- | examples/hakyll/examples/rssblog.zip | bin | 6614 -> 6550 bytes | |||
-rw-r--r-- | examples/hakyll/examples/simpleblog.zip | bin | 5923 -> 5881 bytes | |||
-rw-r--r-- | examples/hakyll/examples/tagblog.zip | bin | 6925 -> 6832 bytes | |||
-rw-r--r-- | examples/hakyll/tutorial6.markdown | 5 | ||||
-rw-r--r-- | hakyll.cabal | 2 |
8 files changed, 4 insertions, 3 deletions
diff --git a/examples/hakyll/examples/brochure.zip b/examples/hakyll/examples/brochure.zip Binary files differindex 7794738..b0b84b0 100644 --- a/examples/hakyll/examples/brochure.zip +++ b/examples/hakyll/examples/brochure.zip diff --git a/examples/hakyll/examples/categoryblog.zip b/examples/hakyll/examples/categoryblog.zip Binary files differnew file mode 100644 index 0000000..72c96f5 --- /dev/null +++ b/examples/hakyll/examples/categoryblog.zip diff --git a/examples/hakyll/examples/morepages.zip b/examples/hakyll/examples/morepages.zip Binary files differindex de3fa9c..b4189f4 100644 --- a/examples/hakyll/examples/morepages.zip +++ b/examples/hakyll/examples/morepages.zip diff --git a/examples/hakyll/examples/rssblog.zip b/examples/hakyll/examples/rssblog.zip Binary files differindex 432ddf8..51b5591 100644 --- a/examples/hakyll/examples/rssblog.zip +++ b/examples/hakyll/examples/rssblog.zip diff --git a/examples/hakyll/examples/simpleblog.zip b/examples/hakyll/examples/simpleblog.zip Binary files differindex db51f36..7b9c67d 100644 --- a/examples/hakyll/examples/simpleblog.zip +++ b/examples/hakyll/examples/simpleblog.zip diff --git a/examples/hakyll/examples/tagblog.zip b/examples/hakyll/examples/tagblog.zip Binary files differindex 89a4fc4..ee8d2a6 100644 --- a/examples/hakyll/examples/tagblog.zip +++ b/examples/hakyll/examples/tagblog.zip 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. diff --git a/hakyll.cabal b/hakyll.cabal index 4c2c79f..73f3c86 100644 --- a/hakyll.cabal +++ b/hakyll.cabal @@ -1,5 +1,5 @@ Name: hakyll -Version: 1.2 +Version: 1.3 Synopsis: A simple static site generator library. Description: |