ihaskell-hvega 0.3.1.0 → 0.3.2.0
raw patch · 3 files changed
+7/−3 lines, 3 filesdep ~hvega
Dependency ranges changed: hvega
Files
- CHANGELOG.md +4/−0
- default.nix +1/−1
- 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.2.0++Bump to support version hvega-0.11.0.0.+ ## 0.3.1.0 Bump to support version hvega-0.10.0.0.
default.nix view
@@ -1,2 +1,2 @@-{ nixpkgs ? import <nixpkgs> {}, compiler ? "ghc883" }:+{ nixpkgs ? import <nixpkgs> {}, compiler ? "ghc884" }: nixpkgs.pkgs.haskell.packages.${compiler}.callPackage ./ihaskell-hvega.nix { }
ihaskell-hvega.cabal view
@@ -1,5 +1,5 @@ name: ihaskell-hvega-version: 0.3.1.0+version: 0.3.2.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.11+ , hvega < 0.12 , ihaskell >= 0.9.1 && < 0.11 , text == 1.2.*