summaryrefslogtreecommitdiff
path: root/textproc/hs-parsec/buildlink3.mk
AgeCommit message (Collapse)AuthorFilesLines
2016-01-10Bump PKGREVISION for hs-text-1.2.2.0 || hs-hashable-1.2.3.3szptvlfn1-2/+2
2015-08-02Bump PKGREVISION for hs-text-1.2.1.3szptvlfn1-2/+2
2015-06-09Update to 3.1.9szptvlfn1-3/+3
CHANGES: 3.1.9 - Many and various updates to documentation and package description (inlcuding the homepage links). - Add an 'Eq' instance for 'ParseError' - Fixed a regression from 3.1.6: 'runP' is again exported from module Text.Parsec. 3.1.8 - Fix a regression from 3.1.6 related to exports from the main module.
2015-06-04Bump PKGREVISION for hs-text-1.2.1.1szptvlfn1-2/+2
2014-12-12Bump PKGREVISION for hs-text-1.2.0.3szptvlfn1-2/+2
2014-12-12Bump PKGREVISION for hs-text-1.2.0.2 || hs-hashable-1.2.3.0szptvlfn1-2/+2
2014-11-23Bump PKGREVISION for hs-transformers-0.4.2.0szptvlfn1-2/+2
2014-10-19Update to 3.1.7szptvlfn1-3/+3
CHANGES: 3.1.7 - Fix a regression from 3.1.6 related to the reported position of error messages. See bug #9 for details. - Reset the current error position on success of 'lookAhead'.
2014-09-13Update to 3.1.6szptvlfn1-3/+3
CHANGES: 3.1.6 - Export 'Text' instances from Text.Parsec - Make Text.Parsec exports more visible - Re-arrange Text.Parsec exports - Add functions 'crlf' and 'endOfLine' to Text.Parsec.Char for handling input streams that do not have normalized line terminators. - Fix off-by-one error in Token.charControl
2014-08-29make it clear what package depend onszptvlfn1-1/+2
discussed with wiz@.
2014-05-19Import parsec-3.1.5 as textproc/hs-parsec,szptvlfn1-0/+15
packaged for wip by pho. Parsec is designed from scratch as an industrial-strength parser library. It is simple, safe, well documented (on the package homepage), has extensive libraries and good error messages, and is also fast. It is defined as a monad transformer that can be stacked on arbitrary monads, and it is also parametric in the input stream type.