raw-strings-qq: Raw string literals for Haskell.
A quasiquoter for raw string literals - that is, string literals that don't recognise the standard escape sequences (such as 'n'). Basically, they make your code more readable by freeing you from the responsibility to escape backslashes. They are useful when working with regular expressions, DOS/Windows paths and markup languages (such as XML).
See examples/RawRegex.hs
for a usage example.
Downloads
- raw-strings-qq-1.0.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] | 1.0, 1.0.1, 1.0.2, 1.1 |
---|---|
Dependencies | base (<=10), template-haskell (>=2.5) [details] |
License | BSD-3-Clause |
Copyright | (c) Mikhail Glushenkov 2013 |
Author | Mikhail Glushenkov |
Maintainer | mikhail.glushenkov@gmail.com |
Category | Text |
Home page | https://github.com/23Skidoo/raw-strings-qq |
Bug tracker | https://github.com/23Skidoo/raw-strings-qq/issues |
Source repo | head: git clone https://github.com/23Skidoo/raw-strings-qq.git |
Uploaded | by MikhailGlushenkov at 2013-04-04T08:40:18Z |
Distributions | Arch:1.1, Debian:1.1, LTSHaskell:1.1, NixOS:1.1, Stackage:1.1 |
Reverse Dependencies | 33 direct, 59 indirect [details] |
Downloads | 17729 total (132 in the last 30 days) |
Rating | 2.0 (votes: 1) [estimated by Bayesian average] |
Your Rating | |
Status | Docs uploaded by user Build status unknown [no reports yet] |