Skip to content

Commit a1b799e

Browse files
committed
Bump hpack ^>= 0.35. Bump version to 0.5.7.
1 parent 5806547 commit a1b799e

File tree

3 files changed

+12
-9
lines changed

3 files changed

+12
-9
lines changed

changelog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
The [latest version](https://github.com/blockscope/hpack-dhall/blob/master/changelog.md) of this changelog.
22

3+
## 0.5.7 - Bump hpack and test versions
4+
* Require `hpack ^>= 0.35` and pin extra-deps for stack build and tests.
5+
36
## 0.5.6 - Relax hpack version upper bound
47
* Relax hpack bounds to `hpack >= 0.34.7` for stackage build.
58

hpack-dhall.cabal

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ cabal-version: 1.12
55
-- see: https://github.com/sol/hpack
66

77
name: hpack-dhall
8-
version: 0.5.6
8+
version: 0.5.7
99
synopsis: hpack's dhalling
1010
description: Use hpack phrasing in dhall to write cabal files.
1111
.
@@ -136,7 +136,7 @@ library
136136
, dhall >=1.41.1
137137
, dhall-json >=1.7.10
138138
, filepath
139-
, hpack >=0.34.7
139+
, hpack ==0.35.*
140140
, megaparsec >=9.2
141141
, microlens
142142
, prettyprinter
@@ -165,7 +165,7 @@ executable dhall-hpack-cabal
165165
, dhall >=1.41.1
166166
, dhall-json >=1.7.10
167167
, filepath
168-
, hpack >=0.34.7
168+
, hpack ==0.35.*
169169
, megaparsec >=9.2
170170
, microlens
171171
, optparse-applicative
@@ -195,7 +195,7 @@ executable dhall-hpack-dhall
195195
, dhall >=1.41.1
196196
, dhall-json >=1.7.10
197197
, filepath
198-
, hpack >=0.34.7
198+
, hpack ==0.35.*
199199
, megaparsec >=9.2
200200
, microlens
201201
, optparse-applicative
@@ -225,7 +225,7 @@ executable dhall-hpack-json
225225
, dhall >=1.41.1
226226
, dhall-json >=1.7.10
227227
, filepath
228-
, hpack >=0.34.7
228+
, hpack ==0.35.*
229229
, megaparsec >=9.2
230230
, microlens
231231
, optparse-applicative
@@ -255,7 +255,7 @@ executable dhall-hpack-yaml
255255
, dhall >=1.41.1
256256
, dhall-json >=1.7.10
257257
, filepath
258-
, hpack >=0.34.7
258+
, hpack ==0.35.*
259259
, megaparsec >=9.2
260260
, microlens
261261
, optparse-applicative
@@ -287,7 +287,7 @@ test-suite golden
287287
, dhall-json >=1.7.10
288288
, directory
289289
, filepath
290-
, hpack >=0.34.7
290+
, hpack ==0.35.*
291291
, megaparsec >=9.2
292292
, microlens
293293
, prettyprinter

package.dhall

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ let deps =
66
, "dhall >= 1.41.1"
77
, "dhall-json >= 1.7.10"
88
, "filepath"
9-
, "hpack >= 0.34.7"
9+
, "hpack ^>= 0.35"
1010
, "megaparsec >= 9.2"
1111
, "microlens"
1212
, "prettyprinter"
@@ -18,7 +18,7 @@ let deps =
1818
in let exe-deps = [ "optparse-applicative" ]
1919

2020
in { name = "hpack-dhall"
21-
, version = "0.5.6"
21+
, version = "0.5.7"
2222
, maintainer = "Phil de Joux <phil.dejoux@blockscope.com>"
2323
, copyright =
2424
"© 2018 - 2022 Phil de Joux, © 2018 - 2022 Block Scope Limited"

0 commit comments

Comments
 (0)