name: threadmanager version: 0.1.7 category: Concurrency author: _Real World Haskell_, http://www.realworldhaskell.org/ maintainer: Brian Lewis license: BSD3 license-file: LICENSE synopsis: (deprecated in favor of 'threads') Simple thread management description: This package is useful, but deprecated. In new code, please use instead. . A simple thread management API inspired by the one in . cabal-version: >= 1.10 build-type: Simple -------------------------------------------------------------------------------- extra-source-files: README.md -------------------------------------------------------------------------------- library default-language: Haskell2010 ghc-options: -Wall -O2 if impl(ghc >= 6.8) ghc-options: -fwarn-tabs exposed-modules: Control.Concurrent.ThreadManager hs-source-dirs: src build-depends: base > 3 && < 5, containers == 0.5.* -------------------------------------------------------------------------------- source-repository head type: git location: git://github.com/bsl/threadmanager.git