| CARVIEW |
Select Language
HTTP/1.1 200 OK
Connection: keep-alive
Server: nginx/1.24.0 (Ubuntu)
Content-Type: text/html; charset=utf-8
Cache-Control: public, max-age=300
Content-Encoding: gzip
Via: 1.1 varnish, 1.1 varnish
Accept-Ranges: bytes
Age: 0
Date: Fri, 16 Jan 2026 23:45:42 GMT
X-Served-By: cache-dfw-kdal2120111-DFW, cache-bom-vanm7210091-BOM
X-Cache: MISS, MISS
X-Cache-Hits: 0, 0
X-Timer: S1768607142.752753,VS0,VE917
Vary: Accept, Accept-Encoding
transfer-encoding: chunked
parser-combinators: Lightweight package providing commonly useful parser combinators
parser-combinators: Lightweight package providing commonly useful parser combinators
Modules
[Index] [Quick Jump]
Flags
Manual Flags
| Name | Description | Default |
|---|---|---|
| dev | Turn on development settings. | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- parser-combinators-1.3.1.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
| Versions [RSS] | 0.1.0, 0.2.0, 0.2.1, 0.3.0, 0.4.0, 1.0.0, 1.0.1, 1.0.2, 1.0.3, 1.1.0, 1.2.0, 1.2.1, 1.3.0, 1.3.1 |
|---|---|
| Change log | CHANGELOG.md |
| Dependencies | base (>=4.15 && <5) [details] |
| Tested with | ghc ==9.8.4, ghc ==9.10.3, ghc ==9.12.1 |
| License | BSD-3-Clause |
| Author | Mark Karpov <markkarpov92@gmail.com> Alex Washburn <github@recursion.ninja> |
| Maintainer | Mark Karpov <markkarpov92@gmail.com> |
| Uploaded | by mrkkrp at 2026-01-05T21:32:31Z |
| Category | Parsing |
| Home page | https://github.com/mrkkrp/parser-combinators |
| Bug tracker | https://github.com/mrkkrp/parser-combinators/issues |
| Source repo | head: git clone https://github.com/mrkkrp/parser-combinators.git |
| Distributions | Arch:1.3.0, Debian:1.2.1, Fedora:1.3.0, LTSHaskell:1.3.1, NixOS:1.3.0, Stackage:1.3.1, openSUSE:1.3.0 |
| Reverse Dependencies | 80 direct, 988 indirect [details] |
| Downloads | 52251 total (73 in the last 30 days) |
| Rating | (no votes yet) [estimated by Bayesian average] |
| Your Rating |
|
| Status | Docs available [build log] Last success reported on 2026-01-05 [all 1 reports] |
Readme for parser-combinators-1.3.1
[back to package description]Parser combinators
The package provides common parser combinators defined in terms of
Applicative and Alternative without any dependencies but base. There
are also more efficient versions of the combinators defined in terms of
Monad and MonadPlus.
Contribution
Issues, bugs, and questions may be reported in the GitHub issue tracker for this project.
Pull requests are also welcome.
License
Copyright © 2017–present Mark Karpov
Distributed under BSD 3 clause license.