Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
Synopsis
- data ProcessResult = ProcessResult {
- prStdout :: !ByteString
- prStderr :: !ByteString
- prExitCode :: !ExitCode
- prException :: !(Maybe SomeException)
- normalizeNewLines :: ProcessResult -> ProcessResult
Documentation
data ProcessResult Source #
Used for the result of captureProcessResult
.
ProcessResult | |
|
Instances
normalizeNewLines :: ProcessResult -> ProcessResult Source #
Use to avoid errors in related to new line code in tests. Currently I use this function only for this module's test.