./devel/hs-raw-strings-qq, Raw string literals for Haskell

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.1, Package name: hs-raw-strings-qq-1.1, Maintainer: pkgsrc-users

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).


Master sites:

Filesize: 3.423 KB

Version history: (Expand)


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).