hastache 0.2.1 → 0.2.2
raw patch · 2 files changed
+2/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
+ Text.Hastache: toLByteString :: MuVar a => a -> ByteString
Files
- Text/Hastache.hs +1/−1
- hastache.cabal +1/−1
Text/Hastache.hs view
@@ -45,7 +45,7 @@ , MuContext , MuType(..) , MuConfig(..)- , MuVar+ , MuVar(..) , htmlEscape , emptyEscape , defaultConfig
hastache.cabal view
@@ -1,5 +1,5 @@ name: hastache-version: 0.2.1+version: 0.2.2 license: BSD3 license-file: LICENSE category: Text