[Haskell-cafe] Where do these warnings come from?

Anton van Straaten anton at appsolutions.com
Sun Oct 4 14:28:10 EDT 2009


Colin Paul Adams wrote:
> Does anyone recognize which module/function would emit the following
> warnings?
> 
> WARNING:  nonstandard use of escape in a string literal
> LINE 11:         '# Pandoc\r\n\r\nPandoc is a program for converting ...
>                  ^
> HINT:  Use the escape string syntax for escapes, e.g., E'\r\n'.

PostgreSQL.  Perhaps you're trying to save that text in a database?


More information about the Haskell-Cafe mailing list