packages feed

blaze-html 0.4.1.4 → 0.4.1.5

raw patch · 2 files changed

+3/−2 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

Text/Blaze/Internal.hs view
@@ -148,7 +148,8 @@     {-# INLINE return #-}     (>>) = Append     {-# INLINE (>>) #-}-    h1 >>= f = h1 >> f (error "_|_")+    h1 >>= f = h1 >> f+        (error "Text.Blaze.Internal.HtmlM: invalid use of monadic bind")     {-# INLINE (>>=) #-}  instance IsString (HtmlM a) where
blaze-html.cabal view
@@ -1,5 +1,5 @@ Name:         blaze-html-Version:      0.4.1.4+Version:      0.4.1.5 Homepage:     http://jaspervdj.be/blaze Bug-Reports:  http://github.com/jaspervdj/blaze-html/issues License:      BSD3