iteratee-mtl: Iteratee-based I/O

[ bsd3, data, deprecated, library, system ] [ Propose Tags ]
Deprecated in favor of iteratee

The Iteratee monad provides strict, safe, and functional I/O. In addition to pure Iteratee processors, file IO and combinator functions are provided.


[Skip to Readme]

Flags

Automatic Flags
NameDescriptionDefault
splitbase

Use the 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

Candidates

  • No Candidates
Versions [RSS] 0.4.0, 0.4.0.1, 0.4.0.2, 0.5.0.0
Dependencies base (<5), bytestring (>=0.9 && <0.10), containers (>=0.2 && <0.4), ListLike (>=1.0 && <2), MonadCatchIO-mtl (>0.3 && <0.4), mtl (>=1.1 && <1.2), QuickCheck (>=2 && <3), test-framework (>=0.3 && <0.4), test-framework-quickcheck2 (>=0.2 && <0.3), unix (>=2 && <3) [details]
License BSD-3-Clause
Author Oleg Kiselyov, John W. Lato
Maintainer John W. Lato <jwlato@gmail.com>
Category System, Data
Home page http://inmachina.net/~jwlato/haskell/iteratee
Source repo head: darcs get http://inmachina.net/~jwlato/haskell/iteratee-mtl
Uploaded by JohnLato at 2010-08-25T21:30:11Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Executables testIteratee
Downloads 3189 total (15 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for iteratee-mtl-0.4.0.1

[back to package description]
This library implements enumerator/iteratee style I/O, as described at
http://okmij.org/ftp/Haskell/Iteratee/

INSTALLATION INSTRUCTIONS:

This library uses the Hackage/Cabal build system.  You will need a working
Haskell compiler and appropriate build system.  This is most easily met
by installing the Haskell Platform.  The following command will install
the library:

cabal install iteratee

This library is pure Haskell, and should install on any system with a suitable
Haskell compiler with no extra steps required.  In particular, POSIX-compatible,
Mac OSX, and Windows should all be supported.

INSTALLATION OPTIONS:

This library supports the following cabal flags:
  splitBase (default enabled): use the split-up base package.

  buildTests (default disabled): build a test executable.

NOTES:

 -The Data.Iteratee.IO.Posix module is only available on Posix systems.

 -The Data.Iteratee.IO.Windows module is currently a stub.  Currently only the
standard Handle interface is available on Windows.