Name: network-api-support
Version: 0.3.4
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
Tested-With: GHC == 7.10.3, GHC == 8.0.2
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 && < 6
, aeson >= 0.5 && < 1.4
, attoparsec >= 0.10 && < 0.14
, bytestring >= 0.9.1.5 && < 0.11
, case-insensitive >= 0.2 && < 1.3
, http-types >= 0.6 && < 0.13
, http-client >= 0.2.2.2 && < 0.6
, http-client-tls >= 0.2.1.1 && < 0.4
, text >= 0.11 && < 1.3
, time == 1.*
, tls >= 1.2.0 && < 1.5
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