svg-icons 3.8.2 → 3.8.3
raw patch · 2 files changed
+2/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- src/SvgIcons/Icons/Office.hs +1/−1
- svg-icons.cabal +1/−1
src/SvgIcons/Icons/Office.hs view
@@ -123,7 +123,7 @@ envelope2 :: Svg envelope2 = S.path - ! A.class_ "HaskellSvgIcons__envelope" + ! A.class_ "HaskellSvgIcons__envelope2" ! d dirs ! strokeLinejoin "round" where
svg-icons.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.4 name: svg-icons -version: 3.8.2 +version: 3.8.3 homepage: https://github.com/RamiroPastor/SvgIcons license: BSD-3-Clause license-file: LICENSE