push-notify-apn 0.4.0.0 → 0.4.0.1
raw patch · 3 files changed
+17/−3 lines, 3 filesdep ~http2dep ~http2-client
Dependency ranges changed: http2, http2-client
Files
- changelog.md +6/−0
- push-notify-apn.cabal +3/−3
- src/Network/PushNotify/APN.hs +8/−0
changelog.md view
@@ -1,3 +1,9 @@+0.4.0.1+=======++- Support tls >= 2+- Add upperbounds for http2+ 0.4.0.0 =======
push-notify-apn.cabal view
@@ -1,5 +1,5 @@ name: push-notify-apn-version: 0.4.0.0+version: 0.4.0.1 synopsis: Send push notifications to mobile iOS devices description: push-notify-apn is a library and command line utility that can be used to send@@ -29,8 +29,8 @@ , bytestring , containers , data-default- , http2 >= 3.0- , http2-client >= 0.10.0.1+ , http2 >= 3.0 && <= 5.1+ , http2-client >= 0.10.0.2 , lifted-base , mtl , random
src/Network/PushNotify/APN.hs view
@@ -519,7 +519,11 @@ , clientSupported=def { supportedVersions=[ TLS12 ] , supportedCiphers=ciphersuite_strong }+#if MIN_VERSION_tls(0, 2, 0)+ , clientUseEarlyData=False+#else , clientEarlyData=Nothing+#endif } pure clip False -> do@@ -541,7 +545,11 @@ , clientSupported=def { supportedVersions=[ TLS12 ] , supportedCiphers=ciphersuite_strong }+#if MIN_VERSION_tls(0, 2, 0)+ , clientUseEarlyData=False+#else , clientEarlyData=Nothing+#endif } pure clip