packages feed

join-api-0.0.0.0: join-api.cabal

name:                join-api
version:             0.0.0.0
synopsis:            Bindings for Join push notifications
description:         Bindings to the API for Join's notification system
homepage:            https://github.com/cotrone/join-api#readme
license:             BSD3
license-file:        LICENSE
author:              Kevin Cotrone
maintainer:          kevincotrone@gmail.com
copyright:           2017 Kevin Cotrone
category:            Web
build-type:          Simple
extra-source-files:  README.md
cabal-version:       >=1.10

library
  hs-source-dirs:      src
  exposed-modules:     Network.Join
  default-language:    Haskell2010
  build-depends:       base >= 4.7 && < 5
                     , text >= 1.0 && < 1.3
                     , url >= 2.0 && < 3.0
                     , wreq >= 0.4 && < 0.6
                     , bytestring >= 0.10 && < 0.11
                     , aeson >= 1.0 && < 1.3
                     , lens >= 4.0 && < 5

source-repository head
  type:     git
  location: https://github.com/cotrone/join-api