
#2507: quotation characters in error messages -------------------------------------+------------------------------------ Reporter: Isaac Dupree | Owner: Type: feature request | Status: closed Priority: lowest | Milestone: 7.6.2 Component: Compiler | Version: 6.8.3 Resolution: fixed | Keywords: Operating System: Unknown/Multiple | Architecture: Unknown/Multiple Type of failure: None/Unknown | Difficulty: Unknown Test Case: | Blocked By: Blocking: | Related Tickets: #2811,#3398 -------------------------------------+------------------------------------ Comment (by igloo): It works here: {{{ $ ghc -c q.hs q.hs:1:1: The IO action ‛main’ is not defined in module ‛Main’ $ LANG=C ghc -c q.hs q.hs:1:1: The IO action `main' is not defined in module `Main' }}} I suspect that you have `LC_CTYPE` or `LC_ALL` set to a different locale, and that is overriding `LANG`. -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/2507#comment:20 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler