name: symantic-http-pipes
-- PVP:  +-+------- breaking API changes
--       | | +----- non-breaking API additions
--       | | | +--- code changes with no API change
version: 0.0.0.20190324
category: Protocol
synopsis: Streaming support through pipes for symantic-http
description: 
  This library provides orphan instances gluing
  <https://hackage.haskell.org/package/symantic-http symantic-http>
  to the streaming engine <https://hackage.haskell.org/package/pipes pipes>
  (allowing to (safely) run effects (eg. in IO) during an HTTP transfer).
  .
  For learning how to use this library,
  you can read the demo example
  in <git://git.autogeree.net/symantic-http symantic-http.git>.
extra-doc-files:
license: GPL-3
license-file: COPYING
stability: experimental
author:      Julien Moutinho <julm+symantic-http@autogeree.net>
maintainer:  Julien Moutinho <julm+symantic-http@autogeree.net>
bug-reports: Julien Moutinho <julm+symantic-http@autogeree.net>
-- homepage:

build-type: Simple
cabal-version: 1.24
tested-with: GHC==8.6.5
extra-source-files:
  stack.yaml
extra-tmp-files:

Source-Repository head
  location: git://git.autogeree.net/symantic-http
  type:     git

Library
  exposed-modules:
    Symantic.HTTP.Pipes
  default-language: Haskell2010
  default-extensions:
    AllowAmbiguousTypes
    DataKinds
    FlexibleContexts
    FlexibleInstances
    InstanceSigs
    LambdaCase
    MultiParamTypeClasses
    NamedFieldPuns
    NoImplicitPrelude
    RecordWildCards
    ScopedTypeVariables
    TupleSections
    TypeApplications
    TypeFamilies
    TypeOperators
  ghc-options:
    -Wall
    -Wincomplete-uni-patterns
    -Wincomplete-record-updates
    -fno-warn-tabs
    -- -fhide-source-paths
  build-depends:
      symantic-http >= 0.0
    , base >= 4.10 && < 5
    , base64-bytestring >= 1.0.0.1
    , bytestring >= 0.10
    , containers >= 0.5
    , http-api-data >= 0.4
    , http-media >= 0.7
    , http-types >= 0.12
    , lens-family-core >= 1.2
    , monad-classes >= 0.3.2
    , network-uri >= 2.6
    , pipes >= 4.3
    , pipes-bytestring >= 2.1
    , pipes-group >= 1.0
    , pipes-parse >= 3.0
    , pipes-safe >= 2.2
    , stm >= 2.4.5
    , text >= 1.2
    , time >= 1.8
    , transformers >= 0.5
    , word8 >= 0.1.3
  -- pkgconfig-depends: zlib
  -- extra-libraries: z