packages feed

conduit-algorithms-0.0.12.0: conduit-algorithms.cabal

cabal-version: 1.12

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

name:           conduit-algorithms
version:        0.0.12.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
extra-source-files:
    README.md
    ChangeLog

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

library
  exposed-modules:
      Data.Conduit.Algorithms
      Data.Conduit.Algorithms.Utils
      Data.Conduit.Algorithms.Async
      Data.Conduit.Algorithms.Async.ByteString
      Data.Conduit.Algorithms.Storable
  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
    , conduit-zstd
    , containers
    , deepseq
    , exceptions
    , fingertree
    , lzma-conduit
    , monad-control
    , mtl
    , resourcet
    , stm
    , stm-conduit >=4.0
    , streaming-commons
    , transformers
    , unliftio-core
    , vector
  if os(windows)
    cpp-options: -DWINDOWS
  default-language: Haskell2010

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

benchmark conduit-algorithms-bench
  type: exitcode-stdio-1.0
  main-is: Bench.hs
  hs-source-dirs:
      ./bench
  default-extensions:
      BangPatterns
      OverloadedStrings
      LambdaCase
      TupleSections
  ghc-options: -Wall -Wall -fwarn-tabs -fno-warn-missing-signatures -threaded -rtsopts "-with-rtsopts=-A64m -n4m -H"
  build-depends:
      async
    , base >4.8 && <5
    , bytestring
    , bzlib-conduit
    , conduit >=1.3
    , conduit-algorithms
    , conduit-combinators >=1.1.2
    , conduit-extra
    , conduit-zstd
    , containers
    , criterion
    , deepseq
    , exceptions
    , fingertree
    , lzma-conduit
    , monad-control
    , mtl
    , resourcet
    , stm
    , stm-conduit >=4.0
    , streaming-commons
    , transformers
    , unliftio-core
    , vector
  if os(windows)
    cpp-options: -DWINDOWS
  default-language: Haskell2010