ihaskell-hvega 0.2.0.1 → 0.2.0.2
raw patch · 2 files changed
+6/−2 lines, 2 filesdep ~ihaskell
Dependency ranges changed: ihaskell
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.2.0.2++Updated the upper bounds of `ihaskell` to allow version 0.10.+ ## 0.2.0.1 Updated the supported `hvega` range to include version 0.3.
ihaskell-hvega.cabal view
@@ -1,5 +1,5 @@ name: ihaskell-hvega-version: 0.2.0.1+version: 0.2.0.2 synopsis: IHaskell display instance for hvega types. description: Support Vega-Lite visualizations in IHaskell notebooks. homepage: https://github.com/DougBurke/hvega@@ -23,7 +23,7 @@ build-depends: base >= 4.7 && < 5 , aeson >= 0.11 && < 1.5 , hvega < 0.4- , ihaskell >= 0.9.1 && < 0.10+ , ihaskell >= 0.9.1 && < 0.11 , text == 1.2.* default-language: Haskell2010