We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 69ac41c + 694d2e8 commit b84d801Copy full SHA for b84d801
changelog.md
@@ -1,3 +1,8 @@
1
+0.3.0.2
2
+=======
3
+
4
+- Specify http2 library constraints, need 3.0 or later
5
6
0.3.0.1
7
=======
8
push-notify-apn.cabal
@@ -1,5 +1,5 @@
name: push-notify-apn
-version: 0.3.0.1
+version: 0.3.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
@@ -29,7 +29,7 @@ library
29
, bytestring
30
, containers
31
, data-default
32
- , http2
+ , http2 >= 3.0
33
, http2-client >= 0.10.0.1
34
, lifted-base
35
, mtl
0 commit comments