hakyll 4.1.2.1 → 4.1.3.0
raw patch · 2 files changed
+2/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
+ Hakyll.Web.Tags: Tags :: [(String, [Identifier])] -> (String -> Identifier) -> Dependency -> Tags
+ Hakyll.Web.Tags: tagsDependency :: Tags -> Dependency
+ Hakyll.Web.Tags: tagsMakeId :: Tags -> String -> Identifier
+ Hakyll.Web.Tags: tagsMap :: Tags -> [(String, [Identifier])]
Files
- hakyll.cabal +1/−1
- src/Hakyll/Web/Tags.hs +1/−1
hakyll.cabal view
@@ -1,5 +1,5 @@ Name: hakyll-Version: 4.1.2.1+Version: 4.1.3.0 Synopsis: A static website compiler library Description:
src/Hakyll/Web/Tags.hs view
@@ -41,7 +41,7 @@ {-# LANGUAGE GeneralizedNewtypeDeriving #-} {-# LANGUAGE OverloadedStrings #-} module Hakyll.Web.Tags- ( Tags+ ( Tags (..) , getTags , buildTagsWith , buildTags