http-client-tls 0.3.6.1 → 0.3.6.2
raw patch · 3 files changed
+7/−6 lines, 3 filesdep +cryptondep +crypton-connectiondep −connectiondep −cryptonitedep ~tls
Dependencies added: crypton, crypton-connection
Dependencies removed: connection, cryptonite
Dependency ranges changed: tls
Files
- ChangeLog.md +4/−0
- Network/HTTP/Client/TLS.hs +0/−2
- http-client-tls.cabal +3/−4
ChangeLog.md view
@@ -1,5 +1,9 @@ # Changelog for http-client-tls +## 0.3.6.2++* Migrate to `crypton`+ ## 0.3.6.1 * [#482](https://github.com/snoyberg/http-client/issues/482):
Network/HTTP/Client/TLS.hs view
@@ -99,10 +99,8 @@ | Just (_ :: TLS.TLSException) <- fromException se = se' | Just (_ :: TLS.TLSError) <- fromException se = se' | Just (_ :: NC.LineTooLong) <- fromException se = se'-#if MIN_VERSION_connection(0,2,7) | Just (_ :: NC.HostNotResolved) <- fromException se = se' | Just (_ :: NC.HostCannotConnect) <- fromException se = se'-#endif | otherwise = se where se' = toException $ HttpExceptionRequest req $ InternalException se
http-client-tls.cabal view
@@ -1,5 +1,5 @@ name: http-client-tls-version: 0.3.6.1+version: 0.3.6.2 synopsis: http-client backend using the connection package and tls library description: Hackage documentation generation is not reliable. For up to date documentation, please see: <https://www.stackage.org/package/http-client-tls>. homepage: https://github.com/snoyberg/http-client@@ -19,14 +19,14 @@ build-depends: base >= 4.10 && < 5 , data-default-class , http-client >= 0.7.11- , connection >= 0.2.5+ , crypton-connection , network , tls >= 1.2 , bytestring , case-insensitive , transformers , http-types- , cryptonite+ , crypton , memory , exceptions , containers@@ -41,7 +41,6 @@ hs-source-dirs: test default-language: Haskell2010 build-depends: base- , connection , hspec , http-client , http-client-tls