svg-icons 2.9.2.0 → 2.9.2.1
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/Coding.hs +1/−1
- svg-icons.cabal +1/−1
src/SvgIcons/Icons/Coding.hs view
@@ -23,7 +23,7 @@ >svgCoding :: [ (String , S.Svg) ] >svgCoding = > [ (,) "haskell" haskell -< , (,) "xmlCode" xmlCode +> , (,) "xmlCode" xmlCode > ] -} svgCoding :: [ (String , S.Svg) ]
svg-icons.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.4 name: svg-icons -version: 2.9.2.0 +version: 2.9.2.1 homepage: https://github.com/RamiroPastor/SvgIcons license: BSD-3-Clause license-file: LICENSE