name : shell-escape version : 0.1.1 category : Text license : BSD3 license-file : LICENSE author : Jason Dusek maintainer : oss@solidsnack.be homepage : http://github.com/solidsnack/shell-escape synopsis : Shell escaping library. description : Shell escaping library, offering both Bourne shell and Bash style escaping of ByteStrings. cabal-version : >= 1.6 build-type : Simple extra-source-files : README , bench/Bench.hs , test/Echo.hs , Makefile library build-depends : base >= 2 && <= 5 , binary , containers , vector >= 0.6.0.2 , bytestring >= 0.9 exposed-modules : Text.ShellEscape other-modules : Text.ShellEscape.Escape Text.ShellEscape.EscapeVector Text.ShellEscape.Sh Text.ShellEscape.Bash Text.ShellEscape.Put