From ee8dcb76f450fe137ecdd88a29759fe79fafb22f Mon Sep 17 00:00:00 2001 From: Ng Wei En Date: Sun, 9 Dec 2018 00:36:41 +0800 Subject: Expose `getCategory` in Haskell.Web.Tags `getCategory` functions similarly to `getTags` and is a pretty useful function to have. Hence, I see no reason why it shouldn't be exposed. --- lib/Hakyll/Web/Tags.hs | 1 + 1 file changed, 1 insertion(+) (limited to 'lib') diff --git a/lib/Hakyll/Web/Tags.hs b/lib/Hakyll/Web/Tags.hs index 88119c2..13e8cd3 100644 --- a/lib/Hakyll/Web/Tags.hs +++ b/lib/Hakyll/Web/Tags.hs @@ -43,6 +43,7 @@ module Hakyll.Web.Tags ( Tags (..) , getTags + , getCategory , buildTagsWith , buildTags , buildCategories -- cgit v1.2.3