GHC parses the following: ``` {-# DEPRECATED f ["f is deprecated","use g instead"] #-} f :: a -> a f x = x ``` But HSE fails with: ``` ParseFailed (SrcLoc "Warnings.hs" 1 18) "Parse error: [" ```