diff options
author | Ben Gamari <ben@smart-cactus.org> | 2022-04-08 09:59:46 -0400 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2022-04-08 09:59:46 -0400 |
commit | 56254e6be108bf7d1993df269b3ae22a91903d45 (patch) | |
tree | c6971c5eee3c884944164e6e84b23913e66cae21 /compiler/GHC/Driver | |
parent | 23ef62b3e04ad834153269980dab4aac35a1fc7e (diff) | |
parent | af300a439fd360944cc9424b1676ef0b832922dc (diff) | |
download | haskell-56254e6be108bf7d1993df269b3ae22a91903d45.tar.gz |
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'compiler/GHC/Driver')
-rw-r--r-- | compiler/GHC/Driver/Session.hs | 1 |
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 } |