summaryrefslogtreecommitdiff
path: root/compiler/main/DriverPipeline.hs
diff options
context:
space:
mode:
authorRyan Scott <ryan.gl.scott@gmail.com>2019-11-10 11:35:38 -0500
committerMarge Bot <ben+marge-bot@smart-cactus.org>2019-11-13 07:08:40 -0500
commit9a939a6cdfb2a1357f9990af329096dff6b5be5c (patch)
tree15cf28073e50d4bbd72ba9de707542567f30dc68 /compiler/main/DriverPipeline.hs
parentb4b19d8990f345f8ae7fde130ba84327353433a9 (diff)
downloadhaskell-9a939a6cdfb2a1357f9990af329096dff6b5be5c.tar.gz
Print name prefixly in the Outputable instance for StandaloneKindSig
Issue #17461 was occurring because the `Outputable` instance for standalone kind signatures was simply calling `ppr` on the name in the kind signature, which does not add parentheses to infix names. The solution is simple: use `pprPrefixOcc` instead. Fixes #17461.
Diffstat (limited to 'compiler/main/DriverPipeline.hs')
0 files changed, 0 insertions, 0 deletions