Cabal-syntax-3.13.0.0: A library for working with .cabal files
Safe HaskellSafe-Inferred
LanguageHaskell2010

Distribution.Parsec.FieldLineStream

Synopsis

Documentation

data FieldLineStream Source #

This is essentially a lazy bytestring, but chunks are glued with newline '\n'.

Constructors

FLSLast !ByteString 
FLSCons !ByteString FieldLineStream