File tree Expand file tree Collapse file tree 3 files changed +12
-9
lines changed Expand file tree Collapse file tree 3 files changed +12
-9
lines changed Original file line number Diff line number Diff line change 1
1
The [ latest version] ( https://github.com/blockscope/hpack-dhall/blob/master/changelog.md ) of this changelog.
2
2
3
+ ## 0.5.7 - Bump hpack and test versions
4
+ * Require ` hpack ^>= 0.35 ` and pin extra-deps for stack build and tests.
5
+
3
6
## 0.5.6 - Relax hpack version upper bound
4
7
* Relax hpack bounds to ` hpack >= 0.34.7 ` for stackage build.
5
8
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ cabal-version: 1.12
5
5
-- see: https://github.com/sol/hpack
6
6
7
7
name : hpack-dhall
8
- version : 0.5.6
8
+ version : 0.5.7
9
9
synopsis : hpack's dhalling
10
10
description : Use hpack phrasing in dhall to write cabal files.
11
11
.
@@ -136,7 +136,7 @@ library
136
136
, dhall >= 1.41.1
137
137
, dhall-json >= 1.7.10
138
138
, filepath
139
- , hpack >= 0.34.7
139
+ , hpack == 0.35. *
140
140
, megaparsec >= 9.2
141
141
, microlens
142
142
, prettyprinter
@@ -165,7 +165,7 @@ executable dhall-hpack-cabal
165
165
, dhall >= 1.41.1
166
166
, dhall-json >= 1.7.10
167
167
, filepath
168
- , hpack >= 0.34.7
168
+ , hpack == 0.35. *
169
169
, megaparsec >= 9.2
170
170
, microlens
171
171
, optparse-applicative
@@ -195,7 +195,7 @@ executable dhall-hpack-dhall
195
195
, dhall >= 1.41.1
196
196
, dhall-json >= 1.7.10
197
197
, filepath
198
- , hpack >= 0.34.7
198
+ , hpack == 0.35. *
199
199
, megaparsec >= 9.2
200
200
, microlens
201
201
, optparse-applicative
@@ -225,7 +225,7 @@ executable dhall-hpack-json
225
225
, dhall >= 1.41.1
226
226
, dhall-json >= 1.7.10
227
227
, filepath
228
- , hpack >= 0.34.7
228
+ , hpack == 0.35. *
229
229
, megaparsec >= 9.2
230
230
, microlens
231
231
, optparse-applicative
@@ -255,7 +255,7 @@ executable dhall-hpack-yaml
255
255
, dhall >= 1.41.1
256
256
, dhall-json >= 1.7.10
257
257
, filepath
258
- , hpack >= 0.34.7
258
+ , hpack == 0.35. *
259
259
, megaparsec >= 9.2
260
260
, microlens
261
261
, optparse-applicative
@@ -287,7 +287,7 @@ test-suite golden
287
287
, dhall-json >= 1.7.10
288
288
, directory
289
289
, filepath
290
- , hpack >= 0.34.7
290
+ , hpack == 0.35. *
291
291
, megaparsec >= 9.2
292
292
, microlens
293
293
, prettyprinter
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ let deps =
6
6
, " dhall >= 1.41.1"
7
7
, " dhall-json >= 1.7.10"
8
8
, " filepath"
9
- , " hpack >= 0.34.7 "
9
+ , " hpack ^ >= 0.35 "
10
10
, " megaparsec >= 9.2"
11
11
, " microlens"
12
12
, " prettyprinter"
@@ -18,7 +18,7 @@ let deps =
18
18
in let exe- deps = [ " optparse-applicative" ]
19
19
20
20
in { name = " hpack-dhall"
21
- , version = " 0.5.6 "
21
+ , version = " 0.5.7 "
22
22
, maintainer = " Phil de Joux <phil.dejoux@blockscope.com>"
23
23
, copyright =
24
24
" © 2018 - 2022 Phil de Joux, © 2018 - 2022 Block Scope Limited"
You can’t perform that action at this time.
0 commit comments