packages feed

servant-blaze 0.4.0.0 → 0.4.1

raw patch · 2 files changed

+2/−2 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

servant-blaze.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/  name:                servant-blaze-version:             0.4.0.0+version:             0.4.1 synopsis:            Blaze-html support for servant -- description: homepage:            http://haskell-servant.github.io/
src/Servant/HTML/Blaze.hs view
@@ -25,7 +25,7 @@  data HTML deriving Typeable --- | @text/plain;charset=utf-8@+-- | @text/html;charset=utf-8@ instance Accept HTML where     contentType _ = "text" M.// "html" M./: ("charset", "utf-8")