Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Documentation
ShellCommand String | A command line to execute using the shell |
RawCommand FilePath [String] | The name of an executable with a list of arguments The
|
Eq CmdSpec | |
Ord CmdSpec | |
Show CmdSpec | |
IsString CmdSpec | |
(Choice p, Applicative f) => AsRawCommand p f CmdSpec | |
(Choice p, Applicative f) => AsShellCommand p f CmdSpec | |
Applicative f => AsExecutableArguments (->) f CmdSpec | |
Applicative f => AsExecutableName (->) f CmdSpec | |
AsCmdSpec p f CmdSpec |
class AsCmdSpec p f s where Source
Nothing
Functor f => AsCmdSpec (->) f CreateProcess | |
(Profunctor p, Functor f) => AsCmdSpec p f CmdSpec | |
AsCmdSpec p f CmdSpec |
class AsExecutableName p f s where Source
Nothing
_ExecutableName :: Optic' p f s FilePath Source
Applicative f => AsExecutableName (->) f CmdSpec | |
Applicative f => AsExecutableName (->) f CreateProcess | |
AsExecutableName p f FilePath |
class AsExecutableArguments p f s where Source
Nothing
_ExecutableArguments :: Optic' p f s [String] Source
Applicative f => AsExecutableArguments (->) f CmdSpec | |
Applicative f => AsExecutableArguments (->) f CreateProcess | |
AsExecutableArguments p f [String] |
class AsShellCommand p f s where Source
Nothing
_ShellCommand :: Optic' p f s String Source
Applicative f => AsShellCommand (->) f CreateProcess | |
(Choice p, Applicative f) => AsShellCommand p f CmdSpec | |
AsShellCommand p f String |
class AsRawCommand p f s where Source
Nothing
_RawCommand :: Optic' p f s (FilePath, [String]) Source
Applicative f => AsRawCommand (->) f CreateProcess | |
(Choice p, Applicative f) => AsRawCommand p f CmdSpec | |
AsRawCommand p f (FilePath, [String]) |