ihaskell-hvega 0.5.0.0 → 0.5.0.1
raw patch · 2 files changed
+6/−2 lines, 2 filesdep ~text
Dependency ranges changed: text
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.5.0.1++Support text 2.0.+ ## 0.5.0.0 Bump minimum supported IHaskell version to 0.10.
ihaskell-hvega.cabal view
@@ -1,5 +1,5 @@ name: ihaskell-hvega-version: 0.5.0.0+version: 0.5.0.1 synopsis: IHaskell display instance for hvega types. description: Support Vega-Lite visualizations in IHaskell notebooks. homepage: https://github.com/DougBurke/hvega@@ -25,7 +25,7 @@ , aeson >= 0.11 && < 2.1 , hvega < 0.13 , ihaskell >= 0.10 && < 0.11- , text == 1.2.*+ , text >= 1.2 && < 2.1 default-language: Haskell2010 ghc-options: -Wall -fno-warn-orphans