packages feed

servant-lucid 0.4.4.3 → 0.4.4.4

raw patch · 1 files changed

+1/−1 lines, 1 filesPVP: major bump suggested

API removals or changes: PVP suggests a major version bump

API changes (from Hackage documentation)

- Servant.HTML.Lucid: instance [overlap ok] Accept HTML
- Servant.HTML.Lucid: instance [overlap ok] MimeRender HTML (Html a)
- Servant.HTML.Lucid: instance [overlap ok] ToHtml a => MimeRender HTML a
- Servant.HTML.Lucid: instance [overlap ok] Typeable HTML
+ Servant.HTML.Lucid: instance Lucid.Base.ToHtml a => Servant.API.ContentTypes.MimeRender Servant.HTML.Lucid.HTML a
+ Servant.HTML.Lucid: instance Servant.API.ContentTypes.Accept Servant.HTML.Lucid.HTML
+ Servant.HTML.Lucid: instance Servant.API.ContentTypes.MimeRender Servant.HTML.Lucid.HTML (Lucid.Base.Html a)

Files

servant-lucid.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/  name:                servant-lucid-version:             0.4.4.3+version:             0.4.4.4 synopsis:            Servant support for lucid -- description: homepage:            http://haskell-servant.github.io/