distributed-process-monad-control: Orphan instances for MonadBase and MonadBaseControl.
This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.
This module only exports instances for MonadBase
IO
and
MonadBaseControl
IO
for the
lifted-base package.Process
monad. This is for use
in conjunction with a library requiring these instances, such as the
example usage:
import Control.Distributed.Process.MonadBaseControl() import Control.Concurrent.MVar.Lifted (withMVar) processWithMVar :: MVar a -> (a -> Process b) -> Process b processWithMvar = withMVar
[Skip to Readme]
Properties
Versions | 0.4.2, 0.5.0, 0.5.0, 0.5.1, 0.5.1.1, 0.5.1.2, 0.5.1.3 |
---|---|
Change log | None available |
Dependencies | base (>=4.4 && <=5), distributed-process (>=0.4.2 && <=0.6.0), monad-control (>=0.3 && <=0.4), transformers, transformers-base (>=0.4.1 && <=0.5.0) [details] |
License | BSD-3-Clause |
Author | Jeremy Huffman |
Maintainer | jeremy@jeremyhuffman.com |
Category | Control |
Home page | http://haskell-distributed.github.io |
Uploaded | by jeremyjh at 2014-06-25T02:01:56Z |
Modules
[Index]
- Control
- Distributed
Downloads
- distributed-process-monad-control-0.5.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
Package maintainers
For package maintainers and hackage trustees