packages feed

apiary-http-client-0.1.0.0: apiary-http-client.cabal

-- 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.0.0
synopsis:            A http client for Apiary.
-- 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.8 && <4.9
                          ,   transformers
                          ,   types-compat                >=0.1   && <0.2
                          ,   http-client                 >=0.4.26
                          ,   http-types                  >=0.8
                          ,   apiary                      >=1.0.0
                          ,   wai
                          ,   data-default-class
                          ,   bytestring
                          ,   text
    -- hs-source-dirs:      
    default-language:    Haskell2010