push-notify-apn 0.4.0.1 → 0.4.0.2
raw patch · 3 files changed
+8/−3 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- changelog.md +5/−0
- push-notify-apn.cabal +1/−1
- src/Network/PushNotify/APN.hs +2/−2
changelog.md view
@@ -1,3 +1,8 @@+0.4.0.2+=======++- Fixed version check for tls >= 2+ 0.4.0.1 =======
push-notify-apn.cabal view
@@ -1,5 +1,5 @@ name: push-notify-apn-version: 0.4.0.1+version: 0.4.0.2 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
src/Network/PushNotify/APN.hs view
@@ -519,7 +519,7 @@ , clientSupported=def { supportedVersions=[ TLS12 ] , supportedCiphers=ciphersuite_strong }-#if MIN_VERSION_tls(0, 2, 0)+#if MIN_VERSION_tls(2, 0, 0) , clientUseEarlyData=False #else , clientEarlyData=Nothing@@ -545,7 +545,7 @@ , clientSupported=def { supportedVersions=[ TLS12 ] , supportedCiphers=ciphersuite_strong }-#if MIN_VERSION_tls(0, 2, 0)+#if MIN_VERSION_tls(2, 0, 0) , clientUseEarlyData=False #else , clientEarlyData=Nothing