packages feed

lucid 2.3 → 2.4

raw patch · 2 files changed

+3/−3 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

lucid.cabal view
@@ -1,5 +1,5 @@ name:                lucid-version:             2.3+version:             2.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/Html5.hs view
@@ -459,7 +459,7 @@  -- | The @acceptCharset@ attribute. acceptCharset_ :: Text -> Attribute-acceptCharset_ = makeAttribute "acceptCharset"+acceptCharset_ = makeAttribute "accept-charset"  -- | The @accesskey@ attribute. accesskey_ :: Text -> Attribute@@ -611,7 +611,7 @@  -- | The @httpEquiv@ attribute. httpEquiv_ :: Text -> Attribute-httpEquiv_ = makeAttribute "httpEquiv"+httpEquiv_ = makeAttribute "http-equiv"  -- | The @icon@ attribute. icon_ :: Text -> Attribute