| 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: Sat, 17 Jan 2026 12:37:22 GMT
X-Served-By: cache-dfw-kdal2120040-DFW, cache-bom-vanm7210030-BOM
X-Cache: MISS, MISS
X-Cache-Hits: 0, 0
X-Timer: S1768653443.537679,VS0,VE295
Vary: Accept, Accept-Encoding
transfer-encoding: chunked
hspec-megaparsec: Utility functions for testing Megaparsec parsers with Hspec
hspec-megaparsec: Utility functions for testing Megaparsec parsers with Hspec
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
- hspec-megaparsec-2.2.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.1.1, 0.2.0, 0.2.1, 0.3.0, 0.3.1, 1.0.0, 1.1.0, 2.0.0, 2.0.1, 2.1.0, 2.2.0, 2.2.1 |
|---|---|
| Change log | CHANGELOG.md |
| Dependencies | base (>=4.15 && <5), hspec-expectations (>=0.8 && <0.9), megaparsec (>=9 && <10) [details] |
| Tested with | ghc ==9.4.7, ghc ==9.6.3, ghc ==9.8.1 |
| License | BSD-3-Clause |
| Author | Mark Karpov <markkarpov92@gmail.com> |
| Maintainer | Mark Karpov <markkarpov92@gmail.com> |
| Uploaded | by mrkkrp at 2023-10-24T18:24:32Z |
| Category | Testing, Parsing |
| Home page | https://github.com/mrkkrp/hspec-megaparsec |
| Bug tracker | https://github.com/mrkkrp/hspec-megaparsec/issues |
| Source repo | head: git clone https://github.com/mrkkrp/hspec-megaparsec.git |
| Distributions | Arch:2.2.1, Fedora:2.2.1, LTSHaskell:2.2.1, NixOS:2.2.1, Stackage:2.2.1 |
| Reverse Dependencies | 4 direct, 0 indirect [details] |
| Downloads | 13643 total (52 in the last 30 days) |
| Rating | (no votes yet) [estimated by Bayesian average] |
| Your Rating |
|
| Status | Docs available [build log] Last success reported on 2023-10-24 [all 1 reports] |
Readme for hspec-megaparsec-2.2.1
[back to package description]Hspec Megaparsec
The package is the recommended library for testing
Megaparsec parsers with
with Hspec.
Consult the Haddocks for usage, which should be trivial. Also see test suite of this package or Megaparsec test suite.
Contribution
Issues, bugs, and questions may be reported in the GitHub issue tracker for this project.
Pull requests are also welcome.
License
Copyright © 2016–present Mark Karpov
Distributed under BSD 3 clause license.