svg-icons 3.0.1 → 3.1.0
raw patch · 2 files changed
+3/−3 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- src/SvgIcons/Icons/Computer.hs +2/−2
- svg-icons.cabal +1/−1
src/SvgIcons/Icons/Computer.hs view
@@ -84,8 +84,8 @@ S.path ! A.d dirs where - r1 = 0.75 - r2 = 0.95 + r1 = 0.65 + r2 = 0.85 dirs = mkPath $ do m r1 0 aa r1 r1 0 True False r1 0.0001
svg-icons.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.4 name: svg-icons -version: 3.0.1 +version: 3.1.0 homepage: https://github.com/RamiroPastor/SvgIcons license: BSD-3-Clause license-file: LICENSE