stdout package:junit-xml

Add the stdout produced running a test to the report for that test.
import Data.Function ((&))

writeXmlReport "report.xml"
[ passed "A passing test"
& stdout "Test ran succesfully!"
& inSuite "Test suite"
]