apns-http2-0.1.0.0: apns-http2.cabal
-- This file has been generated from package.yaml by hpack version 0.18.1.
--
-- see: https://github.com/sol/hpack
name: apns-http2
version: 0.1.0.0
synopsis: Apple Push Notification service HTTP/2 integration.
category: Network
homepage: https://github.com/ConferHealth/apns-http2#readme
author: Confer Health, Inc.
maintainer: oss@confer.health
copyright: 2017 Confer Health, Inc.
license: BSD3
license-file: LICENSE
build-type: Simple
cabal-version: >= 1.10
library
hs-source-dirs:
src
default-extensions: FlexibleContexts FlexibleInstances LambdaCase NamedFieldPuns NoMonomorphismRestriction OverloadedStrings QuasiQuotes RankNTypes RecordWildCards ScopedTypeVariables TemplateHaskell TupleSections ViewPatterns
ghc-options: -Wall -O2
build-depends:
base >= 4.7 && < 5
, aeson
, async
, bytestring
, conduit
, conduit-extra
, containers
, data-default
, http2
, keys
, lens
, lifted-base
, mmorph
, mtl
, network
, stm
, stm-chans
, stm-conduit
, text
, time
, tls
, x509
, x509-store
, x509-validation
exposed-modules:
Network.Apns
Network.Apns.Internal
Network.Apns.Types
other-modules:
Paths_apns_http2
default-language: Haskell2010
executable apns-http2-example
main-is: Main.hs
hs-source-dirs:
example
default-extensions: FlexibleContexts FlexibleInstances LambdaCase NamedFieldPuns NoMonomorphismRestriction OverloadedStrings QuasiQuotes RankNTypes RecordWildCards ScopedTypeVariables TemplateHaskell TupleSections ViewPatterns
ghc-options: -Wall -O2 -threaded -rtsopts -with-rtsopts=-N
build-depends:
base >= 4.7 && < 5
, aeson
, async
, bytestring
, conduit
, conduit-extra
, containers
, data-default
, http2
, keys
, lens
, lifted-base
, mmorph
, mtl
, network
, stm
, stm-chans
, stm-conduit
, text
, time
, tls
, x509
, x509-store
, x509-validation
, aeson-qq
, apns-http2
, base16-bytestring
, x509-system
default-language: Haskell2010