Name: network-api-support
Version: 0.1.0
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/: Examples of use can be found in the pin and postmark client
libraries.
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
, http-types >= 0.6
, http-client >= 0.2.2.2
, http-client-tls >= 0.2.1.1
, text >= 0.11
, time >= 1
, tls >= 1.2.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