Name: postmark Version: 0.1.1 License: BSD3 License-File: LICENSE Author: Mark Hibberd Maintainer: Mark Hibberd Copyright: (c) 2012 Mark Hibberd Synopsis: Library for postmarkapp.com HTTP Api Category: Network APIs Homepage: https://github.com/apiengine/postmark Bug-reports: https://github.com/apiengine/postmark/issues Cabal-Version: >= 1.8 Build-Type: Simple Description: postmark Source-Repository head Type: git Location: https://github.com/apiengine/postmark.git Flag small_base Description: Choose the new, split-up base package. Flag demo Description: Build the demo executable. Default: False Library Build-Depends: base >= 3 && < 5 , aeson >= 0.6 , attoparsec >= 0.10 , bytestring >= 0.9 , containers >= 0.4 , http-types >= 0.6 , text >= 0.11 , network-api-support >= 0.1.0 , http-client-tls >= 0.2.1.1 GHC-Options: -Wall -fno-warn-orphans Hs-Source-Dirs: src Exposed-Modules: Network.Api.Postmark Network.Api.Postmark.Core Network.Api.Postmark.Data Network.Api.Postmark.Error Network.Api.Postmark.Request Network.Api.Postmark.Response Network.Api.Postmark.Settings Network.Api.Postmark.Tutorial executable postmark-demo if flag(demo) Buildable: True else Buildable: False ghc-options: -Wall -threaded -O2 main-is: ../demo/demo.hs hs-source-dirs: dist demo build-depends: base , postmark , text