The latest version of raw-strings-qq is 1.1-0.

raw-strings-qq

Version 1.0.2 revision 0 uploaded by MikhailGlushenkov.

Package meta

Synopsis
Raw string literals for Haskell.
Description

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.

Author
Mikhail Glushenkov
Bug reports
https://github.com/23Skidoo/raw-strings-qq/issues
Category
Text
Copyright
(c) Mikhail Glushenkov 2013
Homepage
https://github.com/23Skidoo/raw-strings-qq
Maintainer
mikhail.glushenkov@gmail.com
Package URL
n/a
Stability
n/a

Components