packages feed

pipes-http-1.0.2: pipes-http.cabal

Name: pipes-http
Version: 1.0.2
Cabal-Version: >=1.8.0.2
Build-Type: Simple
License: BSD3
License-File: LICENSE
Copyright: 2014 Gabriel Gonzalez
Author: Gabriel Gonzalez
Maintainer: Gabriel439@gmail.com
Bug-Reports: https://github.com/Gabriel439/Haskell-Pipes-HTTP-Library/issues
Synopsis: HTTP client with pipes interface
Description: @pipes-http@ is a @pipes@ wrapper around the @http-client@ library
Category: Pipes, Web
Source-Repository head
    Type: git
    Location: https://github.com/Gabriel439/Haskell-Pipes-HTTP-Library

Library
    HS-Source-Dirs: src
    Build-Depends:
        base             >= 4       && < 5   ,
        bytestring       >= 0.9.2.1 && < 0.11,
        pipes            >= 4.0     && < 4.2 ,
        http-client      >= 0.2     && < 0.5 ,
        http-client-tls                < 0.3
    Exposed-Modules: Pipes.HTTP
    GHC-Options: -O2 -Wall