Skip to content

Commit

Permalink
Another version bump.
Browse files Browse the repository at this point in the history
The only reason for this update is to quiet a Cabal (or cabal-the-library)
warning about syntax. See haskell/cabal#5108
for more details.

Note that version 0.1.0.2 was not released on Hackage.
  • Loading branch information
DougBurke committed Aug 4, 2018
1 parent 5d971d1 commit d12502e
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 6 deletions.
8 changes: 7 additions & 1 deletion hvega/CHANGELOG.md
@@ -1,9 +1,15 @@
For the latest version of this document, please see
[https://github.com/DougBurke/hvega/blob/master/hvega/CHANGELOG.md](https://github.com/DougBurke/hvega/blob/master/hvega/CHANGELOG.md).

## 0.1.0.3

The only change is to the cabal file, where `cabal-version: >=1.18` has
been changed to `cabal-version: 1.18`.

## 0.1.0.2

Updated the upper bounds of `aeson` to really allow v1.4.
Updated the upper bounds of `aeson` to really allow v1.4. This was not
released on Hackage.

## 0.1.0.1

Expand Down
4 changes: 2 additions & 2 deletions hvega/hvega.cabal
@@ -1,5 +1,5 @@
name: hvega
version: 0.1.0.2
version: 0.1.0.3
synopsis: Create Vega and Vega-Lite visualizations.
description: This is an almost-direct port of elm-vega
(<http://package.elm-lang.org/packages/gicentre/elm-vega/2.2.1>)
Expand All @@ -19,7 +19,7 @@ extra-source-files: README.md
default.nix
extra-doc-files: images/example.png
images/intro.png
cabal-version: >=1.18
cabal-version: 1.18

library
hs-source-dirs: src
Expand Down
10 changes: 9 additions & 1 deletion ihaskell-hvega/CHANGELOG.md
@@ -1,9 +1,17 @@
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.1.0.3

The only change is to the cabal file, where `cabal-version: >=1.10` has
been changed to `cabal-version: 1.18`. I honestly don't know what the
minimum-supported version actually is (the version bump is to match
that used by `hvega`.

## 0.1.0.2

Updated the upper bounds of `aeson` to really allow v1.4.
Updated the upper bounds of `aeson` to really allow v1.4. This was not
released on Hackage.

## 0.1.0.1

Expand Down
4 changes: 2 additions & 2 deletions ihaskell-hvega/ihaskell-hvega.cabal
@@ -1,5 +1,5 @@
name: ihaskell-hvega
version: 0.1.0.2
version: 0.1.0.3
synopsis: IHaskell display instance for hvega types.
description: Support Vega-Lite visualizations in IHaskell notebooks.
homepage: https://github.com/DougBurke/hvega
Expand All @@ -15,7 +15,7 @@ extra-source-files: README.md
CHANGELOG.md
stack.yaml
default.nix
cabal-version: >=1.10
cabal-version: 1.18

library
hs-source-dirs: src
Expand Down

0 comments on commit d12502e

Please sign in to comment.