ihaskell-hvega 0.3.0.0 → 0.3.1.0
raw patch · 2 files changed
+6/−2 lines, 2 filesdep ~hvega
Dependency ranges changed: hvega
Files
- CHANGELOG.md +4/−0
- ihaskell-hvega.cabal +2/−2
CHANGELOG.md view
@@ -1,6 +1,10 @@ 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.3.1.0++Bump to support version hvega-0.10.0.0.+ ## 0.3.0.0 Support for the IHaskell notebook has been updated to version 4 of the
ihaskell-hvega.cabal view
@@ -1,5 +1,5 @@ name: ihaskell-hvega-version: 0.3.0.0+version: 0.3.1.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.6- , hvega < 0.10+ , hvega < 0.11 , ihaskell >= 0.9.1 && < 0.11 , text == 1.2.*