Path to this page:
./
devel/hs-raw-strings-qq,
Raw string literals for Haskell
Branch: CURRENT,
Version: 1.1,
Package name: hs-raw-strings-qq-1.1,
Maintainer: pkgsrc-usersA 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).
Master sites:
Filesize: 3.423 KB
Version history: (Expand)
- (2025-03-07) Package added to pkgsrc.se, version hs-raw-strings-qq-1.1 (created)
CVS history: (Expand)
2025-03-07 19:34:11 by Masatake Daimon | Files touched by this commit (5) |
Log message:
devel/hs-raw-strings-qq: import hs-raw-strings-qq-1.1
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).
|