1 name: symantic-http-pipes
 
   2 -- PVP:  +-+------- breaking API changes
 
   3 --       | | +----- non-breaking API additions
 
   4 --       | | | +--- code changes with no API change
 
   5 version: 0.0.0.20190324
 
   7 synopsis: Streaming support through pipes for symantic-http
 
   9   This library provides orphan instances gluing
 
  10   <https://hackage.haskell.org/package/symantic-http symantic-http>
 
  11   to the streaming engine <https://hackage.haskell.org/package/pipes pipes>
 
  12   (allowing to (safely) run effects (eg. in IO) during an HTTP transfer).
 
  14   For learning how to use this library,
 
  15   you can read the demo example
 
  16   in <git://git.autogeree.net/symantic-http symantic-http.git>.
 
  20 stability: experimental
 
  21 author:      Julien Moutinho <julm+symantic-http@autogeree.net>
 
  22 maintainer:  Julien Moutinho <julm+symantic-http@autogeree.net>
 
  23 bug-reports: Julien Moutinho <julm+symantic-http@autogeree.net>
 
  28 tested-with: GHC==8.4.4
 
  33 Source-Repository head
 
  34   location: git://git.autogeree.net/symantic-http
 
  40   default-language: Haskell2010
 
  59     -Wincomplete-uni-patterns
 
  60     -Wincomplete-record-updates
 
  62     -- -fhide-source-paths
 
  66     , base64-bytestring >= 1.0.0.1
 
  69     , http-api-data >= 0.4
 
  72     , lens-family-core >= 1.2
 
  73     , monad-classes >= 0.3.2
 
  76     , pipes-bytestring >= 2.1
 
  85   -- pkgconfig-depends: zlib