Name: epass Version: 0.1.1 Stability: Alpha Synopsis: Baisc, Erlang-like message passing supporting sockets. Description: This package provides Erlang-like mailboxes for message passing. It also supports wrapping communication via e.g. sockets. License: BSD3 License-File: LICENSE Build-Type: Simple Author: Andreas Baldeau Maintainer: Andreas Baldeau Homepage: http://github.com/baldo/epass Bug-Reports: http://github.com/baldo/epass/issues Category: Concurrency, Network Tested-With: GHC == 6.12.3 Cabal-Version: >= 1.8 Extra-Source-Files: Setup.hs CONTRIB README demo/Message.hs demo/TestClient.hs demo/TestServer.hs Source-Repository head Type: git Location: git://github.com/baldo/epass.git Library Build-Depends: base == 4.*, time == 1.1.* || == 1.2.* Ghc-Options: -Wall Hs-Source-Dirs: src Exposed-Modules: Control.Concurrent.Mailbox Control.Concurrent.Mailbox.Wrapper