-- Initial hPushover.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: hPushover version: 0.1.1 synopsis: Pushover.net API functions. description: Small but complete library that sends push messages to Android an Apple devices using the Pushover.net app. homepage: https://github.com/WJWH/hPushover license: BSD3 license-file: LICENSE author: Wander Hillen maintainer: wjw.hillen@gmail.com copyright: (c) 2013 Wander Hillen category: Saas build-type: Simple cabal-version: >=1.8 library exposed-modules: Saas.Pushover -- other-modules: build-depends: base ==4.5.*, http-conduit, network, bytestring, aeson