Name: network-api-support
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: Toolkit for building http client libraries over Network.Http.Conduit
Category: Network APIs
Homepage: https://github.com/apiengine/network-api-support
Bug-reports: https://github.com/apiengine/network-api-support/issues
Cabal-Version: >= 1.8
Build-Type: Simple
Description:
Toolkit for building http client libraries over Network.Http.Conduit.
.
/Note/: This library is under heavy development, currently
the library is functional but undocumented. Examples of use
can be found in the pin and postmark client libraries.
Basically expect improvements and change.
Source-Repository head
Type: git
Location: https://github.com/apiengine/network-api-support.git
Flag small_base
Description: Choose the new, split-up base package.
Library
Build-Depends:
base >= 3 && < 5
, aeson >= 0.5
, attoparsec >= 0.10
, bytestring >= 0.9
, case-insensitive >= 0.4
, certificate >= 1.2
, failure >= 0.2
, http-conduit >= 1.4
, http-types >= 0.6
, resourcet >= 0.3
, text >= 0.11
, tls >= 0.9
, tls-extra >= 0.4
, transformers >= 0.2
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
Network.Api.Support.Security