packages feed

blaze-html 0.4.1.6 → 0.4.1.7

raw patch · 2 files changed

+4/−1 lines, 2 filesPVP: minor bump suggested

API additions: PVP suggests at least a minor version bump

API changes (from Hackage documentation)

+ Text.Blaze.Internal: class Attributable h

Files

Text/Blaze/Internal.hs view
@@ -48,6 +48,7 @@     , unsafeLazyByteStringValue        -- * Setting attributes+    , Attributable     , (!)        -- * Modifying HTML elements@@ -357,6 +358,8 @@ unsafeLazyByteStringValue = mconcat . map unsafeByteStringValue . BL.toChunks {-# INLINE unsafeLazyByteStringValue #-} +-- | Used for applying attributes. You should not define your own instances of+-- this class. class Attributable h where     -- | Apply an attribute to an element.     --
blaze-html.cabal view
@@ -1,5 +1,5 @@ Name:         blaze-html-Version:      0.4.1.6+Version:      0.4.1.7 Homepage:     http://jaspervdj.be/blaze Bug-Reports:  http://github.com/jaspervdj/blaze-html/issues License:      BSD3