heist 0.5.1.0 → 0.5.1.1
raw patch · 2 files changed
+2/−3 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- heist.cabal +1/−1
- src/Text/Templating/Heist.hs +1/−2
heist.cabal view
@@ -1,5 +1,5 @@ name: heist-version: 0.5.1.0+version: 0.5.1.1 synopsis: An xhtml templating system description: An xhtml templating system license: BSD3
src/Text/Templating/Heist.hs view
@@ -141,8 +141,7 @@ -- | The default set of built-in splices. defaultSpliceMap :: MonadIO m => FilePath -> SpliceMap m defaultSpliceMap templatePath = Map.fromList- [(htmlTag, htmlImpl)- ,(applyTag, applyImpl)+ [(applyTag, applyImpl) ,(bindTag, bindImpl) ,(ignoreTag, ignoreImpl) ,(markdownTag, markdownSplice templatePath)