Fix Show derivation in the presence of RebindableSyntax/OverloadedStrings
Summary: To fix this issue, we simply disable `RebindableSyntax` whenever we rename the code generated from a deriving clause. Fixes #12688. Test Plan: make test TEST=T12688 Reviewers: simonpj, austin, bgamari Reviewed By: simonpj, bgamari Subscribers: thomie Differential Revision: https://phabricator.haskell.org/D2591 GHC Trac Issues: #12688
Showing
- compiler/typecheck/TcDeriv.hs 36 additions, 5 deletionscompiler/typecheck/TcDeriv.hs
- compiler/typecheck/TcRnMonad.hs 5 additions, 1 deletioncompiler/typecheck/TcRnMonad.hs
- docs/users_guide/8.0.2-notes.rst 4 additions, 0 deletionsdocs/users_guide/8.0.2-notes.rst
- docs/users_guide/glasgow_exts.rst 27 additions, 0 deletionsdocs/users_guide/glasgow_exts.rst
- testsuite/tests/deriving/should_compile/T12688.hs 15 additions, 0 deletionstestsuite/tests/deriving/should_compile/T12688.hs
- testsuite/tests/deriving/should_compile/all.T 1 addition, 0 deletionstestsuite/tests/deriving/should_compile/all.T
Please register or sign in to comment