packages feed

phone-push-0.1.0: phone-push.cabal

name:             phone-push
version:          0.1.0
copyright:        (c) 2013 David Fendrich
license:          BSD3
license-file:     LICENSE
maintainer:       David Fendrich <david@aitellu.com>
build-type:       Simple
cabal-version:    >= 1.14
homepage:         https://github.com/gurgeh/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.
                  .

source-repository head
  type: git
  location: http://github.com/gurgeh/haskell-phone-push.git

Library
  Exposed-modules:
      Android
      IOS
  ghc-options:
      -Wall -fno-warn-unused-do-bind
  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