-- This file has been generated from package.yaml by hpack version 0.20.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: e408a4353cbeef37b0ef19abf3d1c40d0939cc1dc51ce2f917d36e620eb29a89

name:           conduit-algorithms
version:        0.0.8.0
synopsis:       Conduit-based algorithms
description:    Algorithms on Conduits, including higher level asynchronous processing and some other utilities.
category:       Conduit
homepage:       https://github.com/luispedro/conduit-algorithms#readme
bug-reports:    https://github.com/luispedro/conduit-algorithms/issues
author:         Luis Pedro Coelho
maintainer:     Luis Pedro Coelho
license:        MIT
license-file:   COPYING
build-type:     Simple
cabal-version:  >= 1.10

extra-source-files:
    ChangeLog
    README.md

source-repository head
  type: git
  location: https://github.com/luispedro/conduit-algorithms

library
  default-extensions: BangPatterns OverloadedStrings LambdaCase TupleSections
  ghc-options: -Wall
  build-depends:
      async
    , base >4.8 && <5
    , bytestring
    , bzlib-conduit
    , conduit >=1.3
    , conduit-combinators >=1.1.2
    , conduit-extra
    , containers
    , deepseq
    , exceptions
    , monad-control
    , mtl
    , resourcet
    , stm
    , stm-conduit >=4.0
    , streaming-commons
    , transformers
    , unliftio-core
    , vector
  if os(windows)
    cpp-options: -DWINDOWS
  else
    build-depends:
        lzma-conduit
  exposed-modules:
      Data.Conduit.Algorithms
      Data.Conduit.Algorithms.Utils
      Data.Conduit.Algorithms.Async
      Data.Conduit.Algorithms.Async.ByteString
      Data.Conduit.Algorithms.Storable
  default-language: Haskell2010

test-suite conduit-algorithms-test
  type: exitcode-stdio-1.0
  main-is: Tests.hs
  hs-source-dirs:
      ./tests
  default-extensions: BangPatterns OverloadedStrings LambdaCase TupleSections
  ghc-options: -Wall
  build-depends:
      HUnit
    , async
    , base >4.8 && <5
    , bytestring
    , bzlib-conduit
    , conduit >=1.3
    , conduit-algorithms
    , conduit-combinators >=1.1.2
    , conduit-extra
    , containers
    , deepseq
    , directory
    , exceptions
    , monad-control
    , mtl
    , resourcet
    , stm
    , stm-conduit >=4.0
    , streaming-commons
    , test-framework
    , test-framework-hunit
    , test-framework-th
    , transformers
    , unliftio-core
    , vector
  if os(windows)
    cpp-options: -DWINDOWS
  else
    build-depends:
        lzma-conduit
  other-modules:
      Paths_conduit_algorithms
  default-language: Haskell2010