urbanslug / wai-devel

A development server for wai applications.
MIT License
10 stars 6 forks source link

Curly quotes mangled in web build log #28

Open MaxGabriel opened 8 years ago

MaxGabriel commented 8 years ago

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