Skip to content

Commit

Permalink
Bump hpack ^>= 0.35. Bump version to 0.5.7.
Browse files Browse the repository at this point in the history
  • Loading branch information
philderbeast committed Apr 27, 2022
1 parent 5806547 commit a1b799e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 9 deletions.
3 changes: 3 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
The [latest version](https://github.com/blockscope/hpack-dhall/blob/master/changelog.md) of this changelog.

## 0.5.7 - Bump hpack and test versions
* Require `hpack ^>= 0.35` and pin extra-deps for stack build and tests.

## 0.5.6 - Relax hpack version upper bound
* Relax hpack bounds to `hpack >= 0.34.7` for stackage build.

Expand Down
14 changes: 7 additions & 7 deletions hpack-dhall.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cabal-version: 1.12
-- see: https://github.com/sol/hpack

name: hpack-dhall
version: 0.5.6
version: 0.5.7
synopsis: hpack's dhalling
description: Use hpack phrasing in dhall to write cabal files.
.
Expand Down Expand Up @@ -136,7 +136,7 @@ library
, dhall >=1.41.1
, dhall-json >=1.7.10
, filepath
, hpack >=0.34.7
, hpack ==0.35.*
, megaparsec >=9.2
, microlens
, prettyprinter
Expand Down Expand Up @@ -165,7 +165,7 @@ executable dhall-hpack-cabal
, dhall >=1.41.1
, dhall-json >=1.7.10
, filepath
, hpack >=0.34.7
, hpack ==0.35.*
, megaparsec >=9.2
, microlens
, optparse-applicative
Expand Down Expand Up @@ -195,7 +195,7 @@ executable dhall-hpack-dhall
, dhall >=1.41.1
, dhall-json >=1.7.10
, filepath
, hpack >=0.34.7
, hpack ==0.35.*
, megaparsec >=9.2
, microlens
, optparse-applicative
Expand Down Expand Up @@ -225,7 +225,7 @@ executable dhall-hpack-json
, dhall >=1.41.1
, dhall-json >=1.7.10
, filepath
, hpack >=0.34.7
, hpack ==0.35.*
, megaparsec >=9.2
, microlens
, optparse-applicative
Expand Down Expand Up @@ -255,7 +255,7 @@ executable dhall-hpack-yaml
, dhall >=1.41.1
, dhall-json >=1.7.10
, filepath
, hpack >=0.34.7
, hpack ==0.35.*
, megaparsec >=9.2
, microlens
, optparse-applicative
Expand Down Expand Up @@ -287,7 +287,7 @@ test-suite golden
, dhall-json >=1.7.10
, directory
, filepath
, hpack >=0.34.7
, hpack ==0.35.*
, megaparsec >=9.2
, microlens
, prettyprinter
Expand Down
4 changes: 2 additions & 2 deletions package.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ let deps =
, "dhall >= 1.41.1"
, "dhall-json >= 1.7.10"
, "filepath"
, "hpack >= 0.34.7"
, "hpack ^>= 0.35"
, "megaparsec >= 9.2"
, "microlens"
, "prettyprinter"
Expand All @@ -18,7 +18,7 @@ let deps =
in let exe-deps = [ "optparse-applicative" ]

in { name = "hpack-dhall"
, version = "0.5.6"
, version = "0.5.7"
, maintainer = "Phil de Joux <phil.dejoux@blockscope.com>"
, copyright =
"© 2018 - 2022 Phil de Joux, © 2018 - 2022 Block Scope Limited"
Expand Down

0 comments on commit a1b799e

Please sign in to comment.