urbanslug/wai-devel

Curly quotes mangled in web build log

Opened this issue · 0 comments

I noticed on the web console that displays reload progress that curly quotes were getting mangled to: "‘":

Warning: Foundation.hs@16:1-16:39 The import of ‘System.Remote.Monitoring.Carbon’ is redundant except perhaps to import instances from ‘System.Remote.Monitoring.Carbon’ To import instances alone, use: import System.Remote.Monitoring.Carbon()

Compared to the terminal output:

Warning: Foundation.hs@16:1-16:39 The import of ‘System.Remote.Monitoring.Carbon’ is redundant
except perhaps to import instances from ‘System.Remote.Monitoring.Carbon’

Here's a screenshot:

image