ihaskell-hvega 0.5.0.4 → 0.5.0.5
raw patch · 2 files changed
+8/−3 lines, 2 filesdep ~ihaskelldep ~textPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: ihaskell, text
API changes (from Hackage documentation)
Files
- CHANGELOG.md +5/−0
- ihaskell-hvega.cabal +3/−3
CHANGELOG.md view
@@ -1,6 +1,11 @@ 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.5.0.5++Support text 2.1 and IHaskell 0.11 (I am still not using IHaskell+so there's no guarantee this will work).+ ## 0.5.0.4 Support aeson 2.2. I have not been using IHaskell recently so I do
ihaskell-hvega.cabal view
@@ -1,5 +1,5 @@ name: ihaskell-hvega-version: 0.5.0.4+version: 0.5.0.5 synopsis: IHaskell display instance for hvega types. description: Support Vega-Lite visualizations in IHaskell notebooks. homepage: https://github.com/DougBurke/hvega@@ -24,8 +24,8 @@ build-depends: base >= 4.7 && < 5 , aeson >= 0.11 && < 2.3 , hvega < 0.13- , ihaskell >= 0.10 && < 0.11- , text >= 1.2 && < 2.1+ , ihaskell >= 0.10 && < 0.12+ , text >= 1.2 && < 2.2 default-language: Haskell2010 ghc-options: -Wall -fno-warn-orphans