hvega 0.1.0.1 → 0.1.0.3
raw patch · 2 files changed
+13/−3 lines, 2 filesdep ~aesonPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: aeson
API changes (from Hackage documentation)
Files
- CHANGELOG.md +10/−0
- hvega.cabal +3/−3
CHANGELOG.md view
@@ -1,6 +1,16 @@ For the latest version of this document, please see [https://github.com/DougBurke/hvega/blob/master/hvega/CHANGELOG.md](https://github.com/DougBurke/hvega/blob/master/hvega/CHANGELOG.md). +## 0.1.0.3++The only change is to the cabal file, where `cabal-version: >=1.18` has+been changed to `cabal-version: 1.18`.++## 0.1.0.2++Updated the upper bounds of `aeson` to really allow v1.4. This was not+released on Hackage.+ ## 0.1.0.1 Updated the upper bounds of `aeson` from v1.2 to v1.4.
hvega.cabal view
@@ -1,5 +1,5 @@ name: hvega-version: 0.1.0.1+version: 0.1.0.3 synopsis: Create Vega and Vega-Lite visualizations. description: This is an almost-direct port of elm-vega (<http://package.elm-lang.org/packages/gicentre/elm-vega/2.2.1>)@@ -19,13 +19,13 @@ default.nix extra-doc-files: images/example.png images/intro.png-cabal-version: >=1.18+cabal-version: 1.18 library hs-source-dirs: src exposed-modules: Graphics.Vega.VegaLite build-depends: base >= 4.7 && < 5- , aeson >= 0.11 && < 1.4+ , aeson >= 0.11 && < 1.5 , text == 1.2.* , vector >= 0.11 && < 0.13