| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Control.Process.CmdSpec
Documentation
class AsCmdSpec a where Source #
Minimal complete definition
Methods
_CmdSpec :: Prism' a CmdSpec Source #
_ShellCommand :: Prism' a String Source #
_RawCommand :: Prism' a (FilePath, [String]) Source #
_RawCommandExe :: Traversal' a FilePath Source #
Instances
| AsCmdSpec CmdSpec Source # | |
Defined in Control.Process.CmdSpec | |
class HasCmdSpec a where Source #
Minimal complete definition
Methods
cmdSpec :: Lens' a CmdSpec Source #
shellCommand :: Traversal' a String Source #
rawCommand :: Traversal' a (FilePath, [String]) Source #
rawCommandExe :: Traversal' a FilePath Source #