blaze-svg 0.3.3.0 → 0.3.3.1
raw patch · 2 files changed
+3/−3 lines, 2 filesdep ~blaze-markupnew-uploader
Dependency ranges changed: blaze-markup
Files
- blaze-svg.cabal +2/−2
- src/Text/Blaze/Svg/Internal.hs +1/−1
blaze-svg.cabal view
@@ -1,5 +1,5 @@ name: blaze-svg-version: 0.3.3.0+version: 0.3.3.1 synopsis: SVG combinator library homepage: https://github.com/deepakjois/blaze-svg license: BSD3@@ -46,7 +46,7 @@ Build-depends: base >= 4 && < 5, mtl >= 2 && < 3,- blaze-markup >= 0.5 && < 0.6+ blaze-markup >= 0.5 && < 0.7 Source-repository head Type: git
src/Text/Blaze/Svg/Internal.hs view
@@ -25,7 +25,7 @@ -- > -- > svgDoc :: S.Svg -- > svgDoc = S.docTypeSvg ! A.version "1.1" ! A.width "150" ! A.height "100" $ do--- > path ! d makeSimplePath+-- > S.path ! A.d makeSimplePath -- > -- > makeSimplePath :: S.AttributeValue -- > makeSimplePath = mkPath do