packages feed

postmark-0.0.2: postmark.cabal

Name:               postmark
Version:            0.0.2
License:            BSD3
License-File:       LICENSE
Author:             Mark Hibberd <mark@hibberd.id.au>
Maintainer:         Mark Hibberd <mark@hibberd.id.au>
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.

Library
  Build-Depends:
                    base                            >= 3          && < 5
                    , aeson                         >= 0.6
                    , attoparsec                    >= 0.10
                    , bytestring                    >= 0.9
                    , containers                    >= 0.4
                    , http-conduit                  >= 1.4
                    , http-types                    >= 0.6
                    , time                          >= 1.2
                    , timerep                       >= 1.0.3
                    , text                          >= 0.11
                    , network-api-support           >= 0.0.3


  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