Merge pull request #119126 from fabaff/pycomfoconnect
[NixPkgs.git] / pkgs / development / haskell-modules / patches / amazonka-Allow-http-client-0.6.patch
blob9e1eeb75160238a71b06f4e68f8e6d0de0173dbf
1 From 657b70d174fe5cb61e56cb8b9c5e57f1ec216f2b Mon Sep 17 00:00:00 2001
2 From: Mikhail Glushenkov <mikhail.glushenkov@gmail.com>
3 Date: Wed, 10 Apr 2019 17:42:57 +0100
4 Subject: [PATCH] Allow http-client 0.6.*.
6 Changelog 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(-)
12 diff --git a/amazonka/amazonka.cabal b/amazonka/amazonka.cabal
13 index e86713f11c..81c4cb7e48 100644
14 --- a/amazonka.cabal
15 +++ b/amazonka.cabal
16 @@ -67,7 +67,7 @@ library
17 , conduit-extra >= 1.1
18 , directory >= 1.2
19 , exceptions >= 0.6
20 - , http-client >= 0.4 && < 0.6
21 + , http-client >= 0.4 && < 0.7
22 , http-conduit >= 2.1.7 && < 3
23 , http-types >= 0.8
24 , ini >= 0.3.5