diff options
Diffstat (limited to 'http-conduit.cabal')
-rw-r--r-- | http-conduit.cabal | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/http-conduit.cabal b/http-conduit.cabal index 7b04dd2..445d68d 100644 --- a/http-conduit.cabal +++ b/http-conduit.cabal @@ -1,5 +1,5 @@ name: http-conduit -version: 2.2.0 +version: 2.2.0.1 license: BSD3 license-file: LICENSE author: Michael Snoyman <michael@snoyman.com> @@ -31,7 +31,7 @@ library , http-types >= 0.7 , lifted-base >= 0.1 , http-client >= 0.5 && < 0.6 - , http-client-tls >= 0.2.4 + , http-client-tls >= 0.3 && < 0.4 , monad-control , mtl , exceptions >= 0.6 |