-- This file has been generated from package.yaml by hpack version 0.18.1.
--
-- see: https://github.com/sol/hpack
name: conduit-algorithms
version: 0.0.7.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:
base > 4.8 && < 5
, async
, bytestring
, bzlib-conduit
, conduit >= 1.0
, conduit-combinators >= 1.1.2
, conduit-extra
, containers
, deepseq
, lzma-conduit
, mtl
, resourcet
, stm
, stm-conduit >= 2.7
, vector
, transformers
other-modules:
Paths_conduit_algorithms
default-language: Haskell2010
test-suite conduit-algorithms-test
type: exitcode-stdio-1.0
main-is: Data/Conduit/Algorithms/Tests.hs
default-extensions: BangPatterns OverloadedStrings LambdaCase TupleSections
ghc-options: -Wall
build-depends:
base > 4.8 && < 5
, async
, bytestring
, bzlib-conduit
, conduit >= 1.0
, conduit-combinators >= 1.1.2
, conduit-extra
, containers
, deepseq
, lzma-conduit
, mtl
, resourcet
, stm
, stm-conduit >= 2.7
, vector
, transformers
, directory
, HUnit
, test-framework
, test-framework-hunit
, test-framework-th
default-language: Haskell2010