The `TemplateHaskellQuotes` extension enables `'x` and `''x` syntax: ``` {-# LANGUAGE TemplateHaskellQuotes #-} main = print 'return ``` Currently haskell-src-exts fails to parse it with error `Improper character constant or misplaced '`.