chart-svg 0.8.1.0 → 0.8.1.1
raw patch · 2 files changed
+3/−14 lines, 2 filesdep ~numhaskPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: numhask
API changes (from Hackage documentation)
Files
- chart-svg.cabal +2/−2
- readme.md +1/−12
chart-svg.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.0 name: chart-svg-version: 0.8.1.0+version: 0.8.1.1 license: BSD-3-Clause license-file: LICENSE copyright: Tony Day (c) 2017@@ -89,7 +89,7 @@ harpie >=0.1 && <0.2, markup-parse >=0.1 && <0.3, mtl >=2.2.2 && <2.4,- numhask >=0.11 && <0.13,+ numhask >=0.11 && <0.14, numhask-space >=0.10 && <0.14, optics-core >=0.4 && <0.5, random >=1.2 && <1.4,
readme.md view
@@ -1,18 +1,10 @@ -# Table of Contents--1. [Usage](#org829f981)-2. [Examples](#orge2856e9)--[](https://hackage.haskell.org/package/chart-svg) [](https://github.com/tonyday567/chart-svg/actions?query=workflow%3Ahaskell-ci)+[](https://hackage.haskell.org/package/chart-svg) [](https://github.com/tonyday567/chart-svg/actions)  A charting library targetting SVG. --<a id="org829f981"></a>- # Usage :r@@ -30,9 +22,6 @@  See the haddock documentation for a detailed overview.---<a id="orge2856e9"></a> # Examples