2a2fe975

By: Tom Sydney Kerckhove <syd@cs-syd.eu>

Mutation: build report/mitigation messages with Text.pack . concat

Avoid <> / Text.concat operator-chaining for message strings; assemble them
from a list of String pieces with 'concat' and convert once with 'Text.pack'.
Produced text is unchanged.