packages feed

push-notifications-0.2.1: push-notifications.cabal

name:             push-notifications
version:          0.2.1
copyright:        (c) 2019 Obsidian Systems, Teemu Ikonen, David Fendrich
license:          BSD3
license-file:     LICENSE
maintainer:       maintainer@obsidian.systems
build-type:       Simple
cabal-version:    >= 1.14
homepage:         https://github.com/obsidiansystems/push-notifications
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:
  README.md
  ChangeLog.md

source-repository head
  type: git
  location: http://github.com/obsidiansystems/push-notifications.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:
      base >= 4 && <= 5
    , bytestring >= 0.9.2.1
    , transformers >= 0.3.0.0
    , conduit >= 1.0.0
    , http-conduit >= 1.9.1
    , HsOpenSSL >= 0.10.3.3
    , network >= 2.4.1.2
    , time >= 1.4
    , base16-bytestring >= 0.1.1.5
    , convertible >= 1.0.11.1
    , binary >= 0.5.1.0
    , http-types >= 0.8.0
    , resourcet >= 1.1.9
    , aeson
    , text
    , casing
    , data-default