portable-lines-0.1: Alternative 'lines' implementation that understands CR-LF and CR

The portable-lines package

Provides an alternative implementation of the Prelude.lines function that treats the following sequences as newline characters:

Haskell's IO system supports both platform-specific line ending conversion (by opening the file in "text mode"), and explicit setting of the newline mode for input and output (see System.IO.hSetNewlineMode). However:

Properties

Version0.1
Dependenciesbase (4.*), bytestring
LicenseBSD3
CopyrightCopyright (c) Joseph Adams 2011
AuthorJoey Adams
Maintainerjoeyadams3.14159@gmail.com
CategoryText
Source repositorygit clone git://github.com/joeyadams/haskell-portable-lines.git
Upload dateMon Nov 14 06:53:12 UTC 2011
Uploaded byJoeyAdams
Built onghc-7.2

Modules

Downloads