packages feed

chart-svg 0.8.3.2 → 0.8.3.3

raw patch · 1 files changed

+3/−4 lines, 1 filesdep ~time

Dependency ranges changed: time

Files

chart-svg.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.0 name: chart-svg-version: 0.8.3.2+version: 0.8.3.3 license: BSD-3-Clause license-file: LICENSE copyright: Tony Day (c) 2017@@ -79,9 +79,9 @@   import: ghc2024-stanza   hs-source-dirs: src   build-depends:-    Color >=0.3.2 && <0.5,     base >=4.14 && <5,     bytestring >=0.11.3 && <0.13,+    Color >=0.3.2 && <0.5,     containers >=0.6 && <0.9,     cubicbezier >=0.6 && <0.7,     flatparse >=0.5 && <0.6,@@ -95,7 +95,7 @@     optics-core >=0.4 && <0.5,     random >=1.2 && <1.4,     text >=1.2 && <2.2,-    time >=1.9 && <1.15,+    time >=1.9 && <1.16,    exposed-modules:     Chart@@ -111,4 +111,3 @@     Data.Colour     Data.Path     Data.Path.Parser-