cabal-version: >=1.10 name: orderly-workers version: 0.1.0.1 synopsis: Fork concurrent worker threads and produce ordered results -- description: -- bug-reports: license: BSD3 license-file: LICENSE -- author: maintainer: TomMurphy -- copyright: category: Concurrency build-type: Simple extra-source-files: CHANGELOG.md library exposed-modules: Control.Concurrent.OrderlyWorkers -- other-modules: -- other-extensions: build-depends: base <5 , stm hs-source-dirs: src default-language: Haskell2010 ghc-options: -O2