eprocess-1.6.1: eprocess.cabal
name: eprocess
version: 1.6.1
cabal-version: >=1.6
build-type: Simple
license: BSD3
license-file: LICENSE
copyright: 2009 Fernando "Brujo" Benavides
maintainer: corentin.dupont@gmail.com
stability: stable
synopsis: *Very* basic Erlang-like process support for Haskell
description: This library provides a *very* basic support for processes with message queues. It was built using channels, threads and MVars. Since version 1.1.0 you can also kill a running process.
category: Concurrency
author: Fernando "Brujo" Benavides
tested-with: GHC ==6.12.1
data-files: LICENSE README
data-dir: ""
extra-source-files: Setup.hs, changelog
extra-tmp-files:
source-repository head
type: git
location: https://github.com/cdupont/eprocess.git
Library
build-depends: base == 4.*,
mtl == 2.1.*,
exceptions == 0.3.*
exposed-modules: Control.Concurrent.Process
hs-source-dirs: src