Skip to content

Commit a2c4141

Browse files
committed
stack.cabal: hpack >= 0.14.0 && < 0.16
1 parent 526fd54 commit a2c4141

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

stack.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ library
238238
, hastache
239239
, project-template >= 0.2
240240
, zip-archive < 0.4
241-
, hpack >= 0.14.0 && < 0.15
241+
, hpack >= 0.14.0 && < 0.16
242242
, store
243243
, annotated-wl-pprint
244244
if os(windows)
@@ -264,7 +264,7 @@ executable stack
264264
, either
265265
, filelock >= 0.1.0.1
266266
, filepath >= 1.3.0.2
267-
, hpack
267+
, hpack >= 0.14.0 && < 0.16
268268
, http-client
269269
-- https://github.com/basvandijk/lifted-base/issues/31
270270
, lifted-base < 0.2.3.7 || > 0.2.3.7

0 commit comments

Comments
 (0)