packages feed

servant-lucid 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-lucid.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/  name:                servant-lucid-version:             0.4.0.0+version:             0.4.1 synopsis:            Servant support for lucid -- description: homepage:            http://haskell-servant.github.io/
src/Servant/HTML/Lucid.hs view
@@ -24,7 +24,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")