summaryrefslogtreecommitdiff
path: root/textproc/hs-polyparse
AgeCommit message (Collapse)AuthorFilesLines
2016-01-10Bump PKGREVISION for hs-text-1.2.2.0 || hs-hashable-1.2.3.3szptvlfn2-3/+4
2015-11-04Add SHA512 digests for distfiles for textproc categoryagc1-1/+2
Problems found locating distfiles: Package cabocha: missing distfile cabocha-0.68.tar.bz2 Package convertlit: missing distfile clit18src.zip Package php-enchant: missing distfile php-enchant/enchant-1.1.0.tgz Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2015-08-02Update to 1.11szptvlfn3-10/+9
changelog: Changes in polyparse-1.11 A fix for the Applicative/Monad/Functor classes rearrangement in ghc-7.10.*. Changes in polyparse-1.10 A new basic text-accepting combinator "literal", accepts the given string, without lexing it into Haskell-like words ("isWord"). A more correct implementation of "manyFinally". A new combinator "satisfyMsg" which has a string describing the predicate, in order to produce more informative error messages.
2015-06-04Bump PKGREVISION for hs-text-1.2.1.1szptvlfn2-4/+4
2014-12-12Bump PKGREVISION for hs-text-1.2.0.3szptvlfn2-4/+4
2014-12-12Bump PKGREVISION for hs-text-1.2.0.2 || hs-hashable-1.2.3.0szptvlfn2-4/+4
2014-09-13Bump PKGREVISION for hs-text-1.2.0.0szptvlfn2-4/+4
2014-09-05Bump PKGREVISION for hs-text-1.1.1.3szptvlfn1-1/+2
2014-08-29make it clear what package depend onszptvlfn1-1/+2
discussed with wiz@.
2014-05-29Import polyparse-1.9 as textproc/hs-polyparse,szptvlfn5-0/+106
packaged for wip. A variety of alternative parser combinator libraries, including the original HuttonMeijer set. The Poly sets have features like good error reporting, arbitrary token type, running state, lazy parsing, and so on. Finally, Text.Parse is a proposed replacement for the standard Read class, for better deserialisation of Haskell values from Strings.