lol
1From 657b70d174fe5cb61e56cb8b9c5e57f1ec216f2b Mon Sep 17 00:00:00 2001
2From: Mikhail Glushenkov <mikhail.glushenkov@gmail.com>
3Date: Wed, 10 Apr 2019 17:42:57 +0100
4Subject: [PATCH] Allow http-client 0.6.*.
5
6Changelog doesn't list any silently breaking semantic changes.
7---
8 amazonka/amazonka.cabal | 2 +-
9 core/amazonka-core.cabal | 2 +-
10 2 files changed, 2 insertions(+), 2 deletions(-)
11
12diff --git a/core/amazonka-core.cabal b/core/amazonka-core.cabal
13index 9796e007cf..eccb24e5bd 100644
14--- a/amazonka-core.cabal
15+++ b/amazonka-core.cabal
16@@ -90,7 +90,7 @@ library
17 , deepseq >= 1.4
18 , exceptions >= 0.6
19 , hashable >= 1.2
20- , http-client >= 0.4 && < 0.6
21+ , http-client >= 0.4 && < 0.7
22 , http-conduit >= 2.1.4 && < 3
23 , http-types >= 0.8 && (<0.11 || >=0.12)
24 , lens >= 4.4
25--
262.23.0