packages feed

lucid 2.9.3 → 2.9.4

raw patch · 2 files changed

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

API removals or changes: PVP suggests a major version bump

API changes (from Hackage documentation)

- Lucid.Base: data HtmlT m a
- Lucid.Base: runHtmlT :: HtmlT m a -> m (HashMap Text Text -> Builder, a)
+ Lucid.Base: HtmlT :: m (HashMap Text Text -> Builder, a) -> HtmlT m a
+ Lucid.Base: [runHtmlT] :: HtmlT m a -> m (HashMap Text Text -> Builder, a)
+ Lucid.Base: newtype HtmlT m a

Files

lucid.cabal view
@@ -1,5 +1,5 @@ name:                lucid-version:             2.9.3+version:             2.9.4 synopsis:            Clear to write, read and edit DSL for HTML description:         Clear to write, read and edit DSL for HTML. See the 'Lucid' module                      for description and documentation.
src/Lucid/Base.hs view
@@ -23,7 +23,7 @@   ,makeAttribute    -- * Types   ,Html-  ,HtmlT+  ,HtmlT(..)   ,Attribute(..)    -- * Classes   ,Term(..)