-- This file has been generated from package.yaml by hpack version 0.28.2. -- -- see: https://github.com/sol/hpack -- -- hash: 78d2d799ef270d102a5831cd7c2544db9a3994afa69679f91a5e653b132ffcd3 name: throttled version: 1.0.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: -fwarn-unused-imports -fwarn-unused-binds -fwarn-name-shadowing -fwarn-unused-matches -fwarn-incomplete-patterns -fwarn-incomplete-uni-patterns -fwarn-redundant-constraints build-depends: async >=2.2 && <2.3 , base >=4.7 && <5 , stm default-language: Haskell2010