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.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] | 1.0, 1.0.1, 1.0.2, 1.1 |
---|---|
Change log | ChangeLog |
Dependencies | base (<=10), template-haskell (>=2.5) [details] |
License | BSD-3-Clause |
Copyright | (c) Mikhail Glushenkov 2013-2015 |
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 2015-12-13T23:03:32Z |
Distributions | Arch:1.1, Debian:1.1, LTSHaskell:1.1, NixOS:1.1, Stackage:1.1 |
Reverse Dependencies | 33 direct, 57 indirect [details] |
Downloads | 17426 total (126 in the last 30 days) |
Rating | 2.0 (votes: 1) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2015-12-13 [all 1 reports] |