#11279: Parsing of complex QuasiQuote expression fails -------------------------------------+------------------------------------- Reporter: alanz | Owner: Type: bug | Status: closed Priority: normal | Milestone: Component: Compiler | Version: 7.11 (Parser) | Resolution: invalid | Keywords: Operating System: Unknown/Multiple | Architecture: | Unknown/Multiple Type of failure: None/Unknown | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Wiki Page: | -------------------------------------+------------------------------------- Changes (by thomie): * status: new => closed * resolution: => invalid Comment: This just fails because it uses the old quasi quotes syntax. Replace `[$istr` by `[istr|`, and it will work. This is mentioned here: [wiki:Migration/8.0#OldQuasiQuotesyntax]. See also commit 399a5b46591dfbee0499d6afa1bb80ad2fd52598: {{{ Author: Matthew Pickering <matthewtpickering@gmail.com> Date: Fri Nov 27 16:16:39 2015 +0100 Remove deprecated quasiquoter syntax. In spirit, this reverts 9ba922ee06b048774d7a82964867ff768a78126e The syntax has been deprecated with a warning since 2010. Reviewers: austin, bgamari Reviewed By: bgamari Subscribers: thomie Differential Revision: https://phabricator.haskell.org/D1530 }}} -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/11279#comment:2> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler