Forked from
Glasgow Haskell Compiler / GHC
This fork has diverged from the upstream repository.
Alan Zimmerman
authored
A warning can now be written with a category, e.g. {-# WARNInG in "x-c" e "d" #-} Keep track of the location of the 'in' keyword and string, as well as the original SourceText of the label, in case it uses character escapes. (cherry picked from commit 818f8aec)