summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--provider/posts/hakyll.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/provider/posts/hakyll.md b/provider/posts/hakyll.md
index 844616b..fe2f856 100644
--- a/provider/posts/hakyll.md
+++ b/provider/posts/hakyll.md
@@ -113,8 +113,8 @@ Therefore it seems to keep a list of
113[Identifier](http://hackage.haskell.org/package/hakyll-4.7.2.2/docs/Hakyll-Core-Identifier.html#t:Identifier)s 113[Identifier](http://hackage.haskell.org/package/hakyll-4.7.2.2/docs/Hakyll-Core-Identifier.html#t:Identifier)s
114it has encountered with priority given to the more early ones. 114it has encountered with priority given to the more early ones.
115 115
116I thus had to tweak the function that does `Identifier`/`String` conversion for 116It was thus necessary to tweak the function that does `Identifier`/`String`
117tags contained within a 117conversion for tags contained within a
118[Tags](http://hackage.haskell.org/package/hakyll-4.7.2.2/docs/Hakyll-Web-Tags.html#v:Tags) 118[Tags](http://hackage.haskell.org/package/hakyll-4.7.2.2/docs/Hakyll-Web-Tags.html#v:Tags)
119structure if I wanted to use (the very convenient) 119structure if I wanted to use (the very convenient)
120[tagsRules](http://hackage.haskell.org/package/hakyll-4.7.2.2/docs/Hakyll-Web-Tags.html#v:tagsRules) 120[tagsRules](http://hackage.haskell.org/package/hakyll-4.7.2.2/docs/Hakyll-Web-Tags.html#v:tagsRules)