lazyio: Run IO actions lazily while respecting their order

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.

[maintain] [Publish]

Run IO actions lazily while respecting their order. Running a value of the LazyIO monad in the IO monad is like starting a thread which is however driven by its output. That is, the LazyIO action is only executed as far as necessary in order to provide the required data.

Properties

Versions 0.0.1, 0.0.2, 0.0.3, 0.0.3.1, 0.0.3.2, 0.0.3.3, 0.0.3.3, 0.1, 0.1.0.1, 0.1.0.2, 0.1.0.3, 0.1.0.4
Change log None available
Dependencies base (>=1.0 && <5), special-functors (>=1.0 && <1.1), transformers (>=0.2 && <0.4), unsafe (>=0.0 && <0.1) [details]
License BSD-3-Clause
Author Henning Thielemann <haskell@henning-thielemann.de>
Maintainer Henning Thielemann <haskell@henning-thielemann.de>
Category Monads, Control
Home page http://www.haskell.org/haskellwiki/Lazy_IO
Source repo head: darcs get http://code.haskell.org/~thielema/lazyio/
this: darcs get http://code.haskell.org/~thielema/lazyio/ --tag 0.0.3.3
Uploaded by HenningThielemann at 2014-01-11T10:14:55Z

Modules

[Index]

Flags

Automatic Flags
NameDescriptionDefault
splitbase

Choose the new smaller, split-up base package.

Enabled
buildtests

Build test executables

Disabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees