packages feed

http-client-conduit-0.3.0: http-client-conduit.cabal

name:                http-client-conduit
version:             0.3.0
synopsis:            Frontend support for using http-client with conduit (deprecated)
description:         Intended for use by higher-level libraries, such as http-conduit.
homepage:            https://github.com/snoyberg/http-client
license:             MIT
license-file:        LICENSE
author:              Michael Snoyman
maintainer:          michael@snoyman.com
category:            Network
build-type:          Simple
cabal-version:       >=1.10

library
  build-depends:       base >= 4 && < 5
                     , http-client >= 0.3
  default-language:    Haskell2010