-- This file has been generated from package.yaml by hpack version 0.17.0.
--
-- see: https://github.com/sol/hpack
name: conduit-throttle
version: 0.2.0.1
synopsis: Throttle Conduit Producers
description: This packages is based on the throttle-io-stream package and provides functionality for throttling Conduit producers according to a provided configuration.
homepage: https://github.com/mtesseract/conduit-throttle#readme
bug-reports: https://github.com/mtesseract/conduit-throttle/issues
license: BSD3
license-file: LICENSE
author: Moritz Schulte
maintainer: mtesseract@silverratio.net
copyright: (c) 2017 Moritz Schulte
category: Data
build-type: Simple
cabal-version: >= 1.10
extra-source-files:
README.md
source-repository head
type: git
location: https://github.com/mtesseract/conduit-throttle
library
hs-source-dirs:
src
ghc-options: -Wall
exposed-modules:
Data.Conduit.Throttle
other-modules:
Paths_conduit_throttle
build-depends:
base >=4.7 && <5
, conduit
, conduit-combinators
, conduit-extra
, stm-chans
, stm
, resourcet
, async
, unliftio
, unliftio-core
, throttle-io-stream
, resourcet
default-language: Haskell2010
test-suite conduit-test
type: exitcode-stdio-1.0
main-is: Test.hs
hs-source-dirs:
tests/Data/Conduit/Throttle
default-extensions: OverloadedStrings
ghc-options: -Wall -Wall -fno-warn-type-defaults
build-depends:
base >=4.7 && <5
, conduit
, conduit-combinators
, conduit-extra
, stm-chans
, stm
, resourcet
, async
, unliftio
, unliftio-core
, throttle-io-stream
, resourcet
, base >=4.7 && <5
, HUnit
, test-framework
, test-framework-hunit
, conduit-throttle
, throttle-io-stream
, stm-conduit
default-language: Haskell2010