-- This file has been generated from package.yaml by hpack version 0.28.2. -- -- see: https://github.com/sol/hpack -- -- hash: 58e1d86225facdff8e5d17b3c560e4e9ff43ca36d84eedc91c71234116751cb4 name: throttled version: 1.1.0 synopsis: Concurrent processing of a Foldable, throttled by CPU count. description: Concurrent processing of a Foldable, throttled by CPU count. You must compile your executable with @-threaded@ to see any effect. category: Concurrency homepage: https://gitlab.com/fosskers/throttled author: Colin Woodbury maintainer: colin@fosskers.ca copyright: 2018 Colin Woodbury license: BSD3 license-file: LICENSE build-type: Simple cabal-version: >= 1.10 extra-source-files: README.md library exposed-modules: Control.Concurrent.Throttled hs-source-dirs: lib ghc-options: -Widentities -Wincomplete-patterns -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-export-lists -Wname-shadowing -Wpartial-fields -Wredundant-constraints -Wunused-binds -Wunused-imports -Wunused-matches build-depends: async >=2.2 && <2.3 , base >=4.7 && <5 , stm default-language: Haskell2010