eprocess-1.5.2: eprocess.cabal
name: eprocess
version: 1.5.2
cabal-version: >=1.6
build-type: Simple
license: BSD3
license-file: LICENSE
copyright: 2009 Fernando "Brujo" Benavides
maintainer: corentin.dupont@gmail.com
stability: stable
package-url: http://code.haskell.org/eprocess
bug-reports: http://github.com/elbrujohalcon/eprocess/issues
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
extra-tmp-files:
source-repository head
type: git
location: git://github.com/elbrujohalcon/eprocess.git
Library
build-depends: base >= 4, base < 5,
mtl >=1.1.0, mtl < 2.2,
MonadCatchIO-mtl >= 0.1.0, MonadCatchIO-mtl < 0.4
exposed-modules: Control.Concurrent.Process
hs-source-dirs: src