Description
Provides shell escaping helpers for Haskell. Escaping is needed when text must be passed safely to a shell command without being interpreted as extra syntax.
It is useful for automation, wrappers, build tools, and scripts that must construct shell commands. It reduces quoting mistakes, but the safest design is still to avoid shell interpretation when direct process arguments are possible.