shell-escape-0.0.0: Text/ShellEscape.hs
{-| Typed shell escaping for Bourne Shell and Bash.
-}
module Text.ShellEscape
( Text.ShellEscape.Escape.Escape(..)
, Text.ShellEscape.Sh.Sh()
, Text.ShellEscape.Bash.Bash()
) where
import Text.ShellEscape.Escape
import Text.ShellEscape.Sh
import Text.ShellEscape.Bash