hakyllbars 1.0.0.1 → 1.0.0.2
raw patch · 2 files changed
+3/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- hakyllbars.cabal +2/−2
- src/Hakyllbars/Source/Util.hs +1/−0
hakyllbars.cabal view
@@ -5,10 +5,10 @@ -- see: https://github.com/sol/hpack name: hakyllbars-version: 1.0.0.1+version: 1.0.0.2 synopsis: A Hakyll compiler for Handlebars-like templates description: Hakyllbars brings a handlebars-like template syntax to Hakyll. Please see the- README at <https://github.com/keywordsalad/hakyllbars#readme>+ documentation at <https://keywordsalad.github.io/hakyllbars/> category: Web author: Logan McGrath maintainer: logan.mcgrath@thisfieldwas.green
src/Hakyllbars/Source/Util.hs view
@@ -1,5 +1,6 @@ module Hakyllbars.Source.Util where +import Control.Monad (when) import Control.Monad.Identity import Data.Default import Text.Parsec hiding (label, runParser, token, (<?>))