packages feed

threaded-0.0.0: threaded.cabal

cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.31.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: 563aa3ae542c712e727ae4fedfd4c05457e0e45535ae5b2c7952e318f45d7d21

name:           threaded
version:        0.0.0
synopsis:       Manage concurrently operating threads without having to spark them
description:    Please see the README on GitHub at <https://github.com/athanclark/threaded#readme>
category:       Concurrent
homepage:       https://github.com/athanclark/threaded#readme
bug-reports:    https://github.com/athanclark/threaded/issues
author:         Athan Clark
maintainer:     athan.clark@gmail.com
copyright:      2020 Athan Clark
license:        BSD3
license-file:   LICENSE
build-type:     Simple
extra-source-files:
    README.md
    ChangeLog.md

source-repository head
  type: git
  location: https://github.com/athanclark/threaded

library
  exposed-modules:
      Control.Concurrent.Threaded
      Control.Concurrent.Threaded.Hash
  other-modules:
      Paths_threaded
  hs-source-dirs:
      src
  build-depends:
      async
    , base >=4.7 && <5
    , chan
    , extractable-singleton
    , hashable
    , monad-control-aligned
    , mtl
    , stm
    , tmapmvar
  default-language: Haskell2010

test-suite threaded-test
  type: exitcode-stdio-1.0
  main-is: Spec.hs
  other-modules:
      Paths_threaded
  hs-source-dirs:
      test
  ghc-options: -threaded -rtsopts -with-rtsopts=-N
  build-depends:
      async
    , base >=4.7 && <5
    , chan
    , extractable-singleton
    , hashable
    , monad-control-aligned
    , mtl
    , stm
    , threaded
    , tmapmvar
  default-language: Haskell2010