Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Synopsis
Documentation
displayLogMessages :: Bool -> RetryLog Message SolverFailure a -> RetryLog String SolverFailure a Source #
Postprocesses a log file. This function discards all log messages and
avoids calling showMessages
if the log isn't needed (specified by
keepLog
), for efficiency.
data SolverFailure Source #
Information about a dependency solver failure.