name: extensible-effects-concurrent version: 0.1.0.1 description: Please see the README on GitHub at synopsis: Message passing concurrency as extensible-effect homepage: https://github.com/sheyll/extensible-effects-concurrent#readme bug-reports: https://github.com/sheyll/extensible-effects-concurrent/issues author: Sven Heyll maintainer: sven.heyll@gmail.com copyright: Copyright Sven Heyll license: BSD3 license-file: LICENSE build-type: Simple cabal-version: >= 1.10 extra-source-files: ChangeLog.md README.md source-repository head type: git location: https://github.com/sheyll/extensible-effects-concurrent library hs-source-dirs: src build-depends: base >=4.9 && <5, directory, filepath, time, mtl, containers, QuickCheck <2.11, lens, transformers, parallel, process, random, extensible-effects, stm, tagged exposed-modules: Control.Eff.Interactive, Control.Eff.Processes, Control.Eff.Processes.STM, Control.Eff.Processes.Server other-modules: Paths_extensible_effects_concurrent, Control.Eff.Processes.Examples other-extensions: ConstraintKinds, DeriveFoldable, DeriveFunctor, DeriveFunctor, DeriveGeneric, DeriveTraversable, FlexibleContexts, GeneralizedNewtypeDeriving, RankNTypes, ScopedTypeVariables, StandaloneDeriving, TemplateHaskell, TupleSections, TypeApplications, TypeInType, TypeOperators default-language: Haskell2010 test-suite extensible-effects-concurrent-test type: exitcode-stdio-1.0 main-is: Spec.hs hs-source-dirs: test ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: base >=4.9 && <5 , extensible-effects-concurrent other-modules: Paths_extensible_effects_concurrent default-language: Haskell2010