lucid-svg 0.2.0.2 → 0.2.1
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.Svg: data Attribute :: *
+ Lucid.Svg: Attribute :: (Text, Text) -> Attribute
+ Lucid.Svg: newtype Attribute :: *
Files
- lucid-svg.cabal +1/−1
- src/Lucid/Svg.hs +1/−1
lucid-svg.cabal view
@@ -1,5 +1,5 @@ name: lucid-svg-version: 0.2.0.2+version: 0.2.1 synopsis: DSL for SVG using lucid for HTML homepage: http://github.com/jeffreyrosenbluth/lucid-svg.git license: BSD3
src/Lucid/Svg.hs view
@@ -31,7 +31,7 @@ , evalHtmlT , runHtmlT -- ** Types- , Attribute+ , Attribute(..) -- ** Classes -- $overloaded , Term(..)