The regexqq package
A quasiquoter for Text.Regex.PCRE regexes. This makes use of a new GHC extension known as QuasiQuotes. QuasiQuotes do not appear in ghc until 6.9, BUT there is a patch for ghc-6.8.3 which adds quasiquote functionality. A patched version of ghc-6.8.3, made possible by audreyt's patch, is at http://code.haskell.org/~morrow/quasiquotes/ghc-6.8.3_QQ-0.1.tar.bz2. An example of the use of regexqq is located at http://code.haskell.org/~morrow/quasiquotes/regexqq.txt
Properties
| Versions | 0.1, 0.2, 0.3, 0.4, 0.5, 0.6 |
|---|---|
| Dependencies | base, bytestring, pcre-light, template-haskell (≥2.2) |
| License | BSD3 |
| Copyright | Matt Morrow |
| Author | Matt Morrow |
| Maintainer | Matt Morrow <morrow@jypsis.com> |
| Stability | unstable |
| Category | Text |
| Home page | http://code.haskell.org/~morrow/code/haskell/regexqq |
| Upload date | Tue Jun 25 06:31:37 UTC 2008 |
| Uploaded by | MattMorrow |
| Built on | ghc-6.10, ghc-6.12 |
| Build failure | ghc-6.8 (log) |
Modules
- Text
- Regex
Downloads
- regexqq-0.3.tar.gz (Cabal source package)
- package description (included in the package)