forked from obsidiansystems/haskell-phone-push
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpush-notifications.cabal
More file actions
55 lines (51 loc) · 1.54 KB
/
push-notifications.cabal
File metadata and controls
55 lines (51 loc) · 1.54 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
name: push-notifications
version: 0.2
copyright: (c) 2019 Obsidian Systems and David Fendrich
license: BSD3
license-file: LICENSE
maintainer: maintainer@obsidian.systems
build-type: Simple
cabal-version: 1.12
homepage: https://github.com/obsidiansystems/haskell-phone-push
category: Network APIs
stability: experimental
synopsis: Push notifications for Android and iOS
description:
Push notifications for Android and iOS
.
Functions for sending push notifications to popular mobile platforms.
.
extra-source-files:
ChangeLog.md
README.md
source-repository head
type: git
location: http://github.com/obsidiansystems/haskell-phone-push.git
library
exposed-modules:
Network.PushNotification.Android
Network.PushNotification.Android.Payload
Network.PushNotification.IOS
Network.PushNotification.IOS.Payload
ghc-options: -Wall
default-language: Haskell2010
hs-source-dirs: src
build-depends:
aeson
, base >=4 && <=5
, base16-bytestring >=0.1.1.5
, binary >=0.5.1.0
, bytestring >=0.9.2.1
, casing
, conduit >=1.0.0
, convertible >=1.0.11.1
, data-default
, HsOpenSSL >=0.10.3.3
, http-conduit >=1.9.1
, http-types >=0.8.0
, network >=2.4.1.2
, network-bsd
, resourcet >=1.1.9
, text
, time >=1.4
, transformers >=0.3.0.0