packages feed

pushbullet-0.0.0: pushbullet.cabal

Name:                   pushbullet
Version:                0.0.0
Author:                 Kevin Cotrone <kevincotrone@gmail.com>
Maintainer:             Kevin Cotrone <kevincotrone@gmail.com>
License:                BSD3
License-File:           LICENSE
Synopsis:               Simple push support for pushbullet
Description:            Pushbullet support for sending simple push notifications through pushbullet
Cabal-Version:          >= 1.10
Build-Type:             Simple

Library
  Default-Language:     Haskell2010
  HS-Source-Dirs:       src
  GHC-Options:          -Wall
  Exposed-Modules:      Network.Pushbullet
                      , Network.Pushbullet.Types
  Other-Modules:        Network.Pushbullet.Internal
  Build-Depends:        base >= 4 && < 5
                      , lens >= 4.5
                      , wreq == 0.5.*
                      , aeson
                      , text >= 1.0.0.0
                      , bytestring
                      , unordered-containers

Test-Suite spec
  Type:                 exitcode-stdio-1.0
  Default-Language:     Haskell2010
  Hs-Source-Dirs:       src
                      , test
  Ghc-Options:          -Wall
  Main-Is:              Spec.hs
  Build-Depends:        base
                      , hspec

Source-Repository head
  Type:                 git
  Location:             git@github.com:cotrone/pushbullet.git