ihaskell-hvega 0.2.4.0 → 0.2.5.0
raw patch · 2 files changed
+7/−3 lines, 2 filesdep ~hvega
Dependency ranges changed: hvega
Files
- CHANGELOG.md +5/−1
- ihaskell-hvega.cabal +2/−2
CHANGELOG.md view
@@ -1,9 +1,13 @@ For the latest version of this document, please see [https://github.com/DougBurke/hvega/blob/master/ihaskell-hvega/CHANGELOG.md](https://github.com/DougBurke/hvega/blob/master/ihaskell-hvega/CHANGELOG.md). +## 0.2.2.0 - 0.2.5.0++Bump the maximum version of hvega.+ ## 0.2.1.0 -THe module now exports the `VegaLiteLab` type (provided by Alexey+The module now exports the `VegaLiteLab` type (provided by Alexey Kuleshevich (lehins). This type is used to support display in Jupyter Lab as well as notebooks, and is a somewhat experimental feature.
ihaskell-hvega.cabal view
@@ -1,5 +1,5 @@ name: ihaskell-hvega-version: 0.2.4.0+version: 0.2.5.0 synopsis: IHaskell display instance for hvega types. description: Support Vega-Lite visualizations in IHaskell notebooks. homepage: https://github.com/DougBurke/hvega@@ -22,7 +22,7 @@ exposed-modules: IHaskell.Display.Hvega build-depends: base >= 4.7 && < 5 , aeson >= 0.11 && < 1.5- , hvega < 0.8+ , hvega < 0.9 , ihaskell >= 0.9.1 && < 0.11 , text == 1.2.*