Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump to include bytestring 0.12.0.0 #206

Merged
merged 1 commit into from
Jul 15, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions hvega/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
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.12.0.5

Bump to support bytestring version 0.12.0.0 (only needed if building
the tests).

## 0.12.0.4

Bump to support aeson version 2.2 (tests may require building with
Expand Down
4 changes: 2 additions & 2 deletions hvega/hvega.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: hvega
version: 0.12.0.4
version: 0.12.0.5
synopsis: Create Vega-Lite visualizations (version 4) in Haskell.
description: This is based on the elm-vegalite package
(<http://package.elm-lang.org/packages/gicentre/elm-vegalite/latest>)
Expand Down Expand Up @@ -218,7 +218,7 @@ test-suite test
build-depends: aeson >= 1.4.2
, aeson-pretty == 0.8.*
, base
, bytestring >= 0.10 && < 0.12
, bytestring >= 0.10 && < 0.13
, containers >= 0.5.7 && < 0.7
, filepath
, tasty
Expand Down
2 changes: 1 addition & 1 deletion hvega/stack-nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ packages:

extra-deps: []

resolver: nightly-2023-06-26
resolver: nightly-2023-07-15
2 changes: 1 addition & 1 deletion hvega/stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ packages:

extra-deps: []

resolver: lts-21.0
resolver: lts-21.2