packages feed

blaze-svg 0.3.1.0 → 0.3.3.0

raw patch · 3 files changed

+8/−7 lines, 3 filesPVP: major bump suggested

API removals or changes: PVP suggests a major version bump

API changes (from Hackage documentation)

- Text.Blaze.Svg11: text_ :: Svg
+ Text.Blaze.Svg11: text_ :: Svg -> Svg

Files

blaze-svg.cabal view
@@ -1,5 +1,5 @@ name:                blaze-svg-version:             0.3.1.0+version:             0.3.3.0 synopsis:            SVG combinator library homepage:            https://github.com/deepakjois/blaze-svg license:             BSD3
src/Text/Blaze/Svg11.hs view
@@ -788,12 +788,13 @@ {-# INLINE symbol #-}  -- WARNING: The next block of code was automatically generated by--- src/Util/GenerateSvgCombinators.hs:205+-- src/Util/GenerateSvgCombinators.hs:186 ----- | Combinator for the @\<text />@ element.+-- | Combinator for the @\<text>@ element. ---text_ :: Svg  -- ^ Resulting SVG.-text_ = Leaf "text" "<text" " />"+text_ :: Svg  -- ^ Inner SVG.+      -> Svg  -- ^ Resulting SVG.+text_ = Parent "text" "<text" "</text>" {-# INLINE text_ #-}  -- WARNING: The next block of code was automatically generated by
src/Util/GenerateSvgCombinators.hs view
@@ -242,7 +242,7 @@         ]     , parents =         [ "a","defs","glyph","g","marker","mask","missing-glyph","pattern", "svg"-        , "switch", "symbol", "linearGradient", "radialGradient", "clipPath"+        , "switch", "symbol", "linearGradient", "radialGradient", "clipPath", "text"          ]     , leafs =         [ "altGlyph", "altGlyphDef", "altGlyphItem", "animate", "animateColor"@@ -258,7 +258,7 @@         , "font-face-uri", "foreignObject" , "glyphRef", "hkern", "image"         , "line", "metadata", "mpath", "path"         , "polygon" , "polyline", "rect", "script", "set"-        , "stop", "style" , "text", "textPath", "title", "tref", "tspan", "use"+        , "stop", "style" , "textPath", "title", "tref", "tspan", "use"         , "view", "vkern"         ]     , attributes =