packages feed

chatty 0.5.4.0 → 0.5.4.1

raw patch · 2 files changed

+2/−2 lines, 2 files

Files

Text/Chatty/Extended/HTML.hs view
@@ -63,7 +63,7 @@ maskHtml '&' = "&amp;" maskHtml '<' = "&lt;" maskHtml '>' = "&gt;"-maskHtml ' ' = "&nbsp;"+--maskHtml ' ' = "&nbsp;" maskHtml c = [c]  -- | Convert the given colour to its CSS representation.
chatty.cabal view
@@ -10,7 +10,7 @@ -- PVP summary:      +-+------- breaking API changes --                   | | +----- non-breaking API additions --                   | | | +--- code changes with no API change-version:             0.5.4.0+version:             0.5.4.1  -- A short (one-line) description of the package. synopsis:            Some monad transformers and typeclasses to simplify I/O on a transformer stack.