Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Documentation
class AsCmdSpec a where Source #
_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 #
cmdSpec :: Lens' a CmdSpec Source #
shellCommand :: Traversal' a String Source #
rawCommand :: Traversal' a (FilePath, [String]) Source #
rawCommandExe :: Traversal' a FilePath Source #