cabal-version: 2.4 name: stm-actor version: 0.2.3.2 license: MIT license-file: LICENSE synopsis: A simplistic actor model based on STM description: A simplistic actor model based on STM. author: Samuel Schlesinger maintainer: samuel@simspace.com copyright: 2020 Samuel Schlesinger category: Control build-type: Simple extra-source-files: README.md tested-with: GHC ==8.6.1 || ==8.6.2 || ==8.6.3 || ==8.6.4 || ==8.6.5 || ==8.8.1 || ==8.8.2 || ==8.8.3 || ==8.8.4 || ==8.10.1 || ==8.10.2 || ==8.10.3 || ==8.10.4 || ==8.10.5 || ==8.10.6 || ==8.10.7 || ==9.0.1 || ==9.0.2 || ==9.2.1 source-repository head type: git location: https://github.com/samuelschlesinger/stm-actor library exposed-modules: Control.Concurrent.Actor build-depends: base >=4.12 && <4.17, stm >=2.1, stm-queue >=0.1, mtl >=1.0, unliftio-core >= 0.2, transformers >=0.2 hs-source-dirs: src default-language: Haskell2010 test-suite stm-actor-test type: exitcode-stdio-1.0 hs-source-dirs: test main-is: Test.hs build-depends: base, stm, stm-queue, hspec, mtl, stm-actor other-extensions: PostfixOperators, TypeApplications, BlockArguments default-language: Haskell2010