-- Initial hPushover.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: hPushover version: 0.2 synopsis: Pushover.net API functions -- description: homepage: tot 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 && < 4.8, http-conduit, network, bytestring, text, aeson