harp: HaRP allows pattern-matching with regular expressions
HaRP, or Haskell Regular Patterns, is a Haskell extension that extends the normal pattern matching facility with the power of regular expressions. This expressive power is highly useful in a wide range of areas, including text parsing and XML processing. Regular expression patterns in HaRP work over ordinary Haskell lists ([]) of arbitrary type. We have implemented HaRP as a pre-processor to ordinary Haskell.
For details on usage, please see the website.
Downloads
- harp-0.4.3.6.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.2.1, 0.4, 0.4.1, 0.4.2, 0.4.3, 0.4.3.1, 0.4.3.2, 0.4.3.3, 0.4.3.4, 0.4.3.5, 0.4.3.6 |
---|---|
Dependencies | base (<4.18) [details] |
Tested with | ghc ==7.6.3, ghc ==7.8.4, ghc ==7.10.3, ghc ==8.0.2, ghc ==8.2.2, ghc ==8.4.1, ghc ==8.6.5, ghc ==8.8.4, ghc ==8.10.7, ghc ==9.0.2, ghc ==9.2.5, ghc ==9.4.4 |
License | BSD-3-Clause |
Author | Niklas Broberg |
Maintainer | David Fox <dsf@seereason.com> |
Category | Language |
Home page | https://github.com/seereason/harp |
Source repo | head: git clone https://github.com/seereason/harp.git |
Uploaded | by JeremyShaw at 2023-01-23T18:29:20Z |
Distributions | Debian:0.4.3.4 |
Reverse Dependencies | 6 direct, 36 indirect [details] |
Downloads | 8920 total (47 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-01-23 [all 1 reports] |