svg-icons 3.0.0 → 3.0.1
raw patch · 3 files changed
+4/−4 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- src/SvgIcons/Icons.hs +2/−0
- src/SvgIcons/Icons/Arrows.hs +1/−3
- svg-icons.cabal +1/−1
src/SvgIcons/Icons.hs view
@@ -147,6 +147,7 @@ , iconExample2 , iconExample3 -- * Re-export all Icons modules + , module SvgIcons.Icons.Arrows , module SvgIcons.Icons.Business , module SvgIcons.Icons.Coding , module SvgIcons.Icons.Computer @@ -166,6 +167,7 @@ import SvgIcons.Core.Geometry import SvgIcons.Core.Style +import SvgIcons.Icons.Arrows import SvgIcons.Icons.Business import SvgIcons.Icons.Coding import SvgIcons.Icons.Computer
src/SvgIcons/Icons/Arrows.hs view
@@ -20,12 +20,10 @@ {- | A list with all the icons of this module, together with appropriate names. -This module contains icons suitable for the -tool bars of a text editor (bold, italic, etc.) >svgArrows :: [ (String , S.Svg) ] >svgArrows = -> [ (,) "curvyArrowLeft" curvyArrowLeft +> [ (,) "curvyArrowLeft" curvyArrowLeft > , (,) "curvyArrowRight" curvyArrowRight > , (,) "bigArrowLeft" bigArrowLeft > , (,) "bigArrowRight" bigArrowRight
svg-icons.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.4 name: svg-icons -version: 3.0.0 +version: 3.0.1 homepage: https://github.com/RamiroPastor/SvgIcons license: BSD-3-Clause license-file: LICENSE