-- Initial apiary-http-client.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: apiary-http-client
version: 0.1.3.0
synopsis: A http client for Apiary.
description:
A HTTP Client for Apiary, using Apiary's extension api, suitable for proxying HTTP request to backend API, with flexible APIs and streamming proxying abilities.
.
This module also reexport Network.HTTP.Client.
-- synopsis:
-- description:
homepage: https://github.com/winterland1989/apiary-http-client
license: MIT
license-file: LICENSE
author: winterland
maintainer: winterland1989@gmail.com
-- copyright:
category: Web
build-type: Simple
extra-source-files: README.md
cabal-version: >=1.10
library
exposed-modules: Web.Apiary.HTTP.Client
-- other-modules:
build-depends: base >=4.6 && <4.9
, transformers >=0.2 && <0.5
, types-compat >=0.1 && <0.2
, http-client >=0.5 && <0.6
, http-types >=0.8
, apiary >=1.4 && <3.0
, wai >=3.0 && <3.3
, bytestring >=0.10 && <0.11
, bytestring-builder >=0.10 && <0.11
, text >=1.1 && <1.3
-- hs-source-dirs:
default-language: Haskell2010
source-repository head
type: git
location: https://github.com/winterland1989/apiary-http-client.git