summaryrefslogtreecommitdiff
path: root/compiler/GHC/Driver
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2022-04-08 09:59:46 -0400
committerBen Gamari <ben@smart-cactus.org>2022-04-08 09:59:46 -0400
commit56254e6be108bf7d1993df269b3ae22a91903d45 (patch)
treec6971c5eee3c884944164e6e84b23913e66cae21 /compiler/GHC/Driver
parent23ef62b3e04ad834153269980dab4aac35a1fc7e (diff)
parentaf300a439fd360944cc9424b1676ef0b832922dc (diff)
downloadhaskell-56254e6be108bf7d1993df269b3ae22a91903d45.tar.gz
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'compiler/GHC/Driver')
-rw-r--r--compiler/GHC/Driver/Session.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/GHC/Driver/Session.hs b/compiler/GHC/Driver/Session.hs
index bf74bac0ab..b0f5888317 100644
--- a/compiler/GHC/Driver/Session.hs
+++ b/compiler/GHC/Driver/Session.hs
@@ -4969,6 +4969,7 @@ initSDocContext dflags style = SDC
, sdocStarIsType = xopt LangExt.StarIsType dflags
, sdocImpredicativeTypes = xopt LangExt.ImpredicativeTypes dflags
, sdocLinearTypes = xopt LangExt.LinearTypes dflags
+ , sdocListTuplePuns = True
, sdocPrintTypeAbbreviations = True
, sdocUnitIdForUser = ftext
}