Skip to content

Commit 121b608

Browse files
committed
stack.cabal: require http-client >= 0.5.0
1 parent f0b0edd commit 121b608

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stack.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ executable stack
265265
, filelock >= 0.1.0.1
266266
, filepath >= 1.3.0.2
267267
, hpack >= 0.14.0 && < 0.16
268-
, http-client
268+
, http-client >= 0.5.0
269269
-- https://github.com/basvandijk/lifted-base/issues/31
270270
, lifted-base < 0.2.3.7 || > 0.2.3.7
271271
, microlens >= 0.3.0.0

0 commit comments

Comments
 (0)