packages feed

network-api-support-0.2.1: network-api-support.cabal

Name:               network-api-support
Version:            0.2.1
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:           Toolkit for building http client libraries over Network.Http.Conduit
Category:           Network APIs
Homepage:           https://github.com/markhibberd/network-api-support
Bug-reports:        https://github.com/markhibberd/network-api-support/issues
Cabal-Version:      >= 1.8
Build-Type:         Simple
Description:
  Toolkit for building http client libraries over Network.Http.Conduit.
  .
  /Note/: Examples of use can be found in the pin and postmark client
  libraries.


Source-Repository   head
  Type:             git
  Location:         https://github.com/markhibberd/network-api-support.git

Flag                small_base
  Description:      Choose the new, split-up base package.

Library
  Build-Depends:
                    base                            >= 3          && < 5
                    , aeson                         >= 0.5        && < 0.9
                    , attoparsec                    >= 0.10       && < 0.13
                    , bytestring                    >= 0.9.1.5    && < 0.11
                    , case-insensitive              >= 0.2        && < 1.3
                    , http-types                    >= 0.6        && < 0.9
                    , http-client                   >= 0.2.2.2    && < 0.5
                    , http-client-tls               >= 0.2.1.1    && < 0.3
                    , text                          >= 0.11       && < 1.3
                    , time                          == 1.*
                    , tls                           >= 1.2.0      && < 1.4

  GHC-Options:
                    -Wall -fno-warn-orphans

  Hs-Source-Dirs:
                    src

  Exposed-Modules:
                    Network.Api.Support
                    Network.Api.Support.Core
                    Network.Api.Support.Request
                    Network.Api.Support.Response