polyparse: A variety of alternative parser combinator libraries.

[ library, parsing, text ] [ Propose Tags ] [ Report a vulnerability ]

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.

Old homepage: https://archives.haskell.org/projects.haskell.org/polyparse/


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 1.0, 1.1, 1.2, 1.3, 1.4, 1.4.1, 1.5, 1.6, 1.7, 1.8, 1.9, 1.10, 1.11, 1.12, 1.12.1, 1.13, 1.13.1
Change log Changelog.md
Dependencies base (>=4.9 && <5), bytestring (>=0.9.1.0 && <0.13), text (>=1.2.3.0 && <1.3 || >=2.0 && <3) [details]
Tested with ghc ==9.14.1, ghc ==9.12.2, ghc ==9.10.2, ghc ==9.8.4, ghc ==9.6.7, ghc ==9.4.8, ghc ==9.2.8, ghc ==9.0.2, ghc ==8.10.7, ghc ==8.8.4, ghc ==8.6.5, ghc ==8.4.4, ghc ==8.2.2, ghc ==8.0.2
License LicenseRef-LGPL[multiple license files]
Copyright (c) 2006-2016 Malcolm Wallace
Author Malcolm Wallace <Malcolm.Wallace@me.com>
Maintainer Andreas Abel
Category Text, Parsing
Bug tracker https://github.com/haskell-pkg-janitors/polyparse/issues
Source repo head: git clone https://github.com/haskell-pkg-janitors/polyparse.git
Uploaded by AndreasAbel at 2025-09-14T15:39:43Z
Distributions Arch:1.13, Debian:1.13, Fedora:1.13, FreeBSD:1.11, LTSHaskell:1.13, NixOS:1.13, Stackage:1.13.1, openSUSE:1.13
Reverse Dependencies 18 direct, 4622 indirect [details]
Downloads 195491 total (37 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2025-09-14 [all 1 reports]

Readme for polyparse-1.13.1

[back to package description]

Hackage version Stackage LTS version polyparse on Stackage Nightly Cabal build

polyparse

A variety of alternative parser combinator libraries.

Description see: https://hackage.haskell.org/package/polyparse

Old homepage: https://archives.haskell.org/projects.haskell.org/polyparse/