svg-icons 2.7.0.0 → 2.7.0.1
raw patch · 2 files changed
+3/−1 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- src/SvgIcons/Core/Render.hs +2/−0
- svg-icons.cabal +1/−1
src/SvgIcons/Core/Render.hs view
@@ -136,3 +136,5 @@ . (T.replace "stroke-width" "strokeWidth") . (T.replace "text-anchor" "textAnchor") . (T.replace "xmlns:xlink" "xmlnsXlink") + . (T.replace "xlink:href" "xlinkHref") + . (T.replace "sketch:type" "sketchType")
svg-icons.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.4 name: svg-icons -version: 2.7.0.0 +version: 2.7.0.1 homepage: https://github.com/RamiroPastor/SvgIcons license: BSD-3-Clause license-file: LICENSE