summaryrefslogtreecommitdiff
path: root/compiler/GHC/Driver/Session.hs
diff options
context:
space:
mode:
authorKrzysztof Gogolewski <krzysztof.gogolewski@tweag.io>2020-10-05 17:10:26 +0200
committerMarge Bot <ben+marge-bot@smart-cactus.org>2020-10-07 15:04:07 -0400
commite91ddddd714b22df2569681fb033fbb151ec7e6b (patch)
treecf8b2f5490ef2bd31083d4c7472740b3b7b95481 /compiler/GHC/Driver/Session.hs
parenta94db588db5e2983112301e94b2133b5a3f03875 (diff)
downloadhaskell-e91ddddd714b22df2569681fb033fbb151ec7e6b.tar.gz
Misc cleanup
* Include funTyCon in exposedPrimTyCons. Every single place using exposedPrimTyCons was adding funTyCon manually. * Remove unused synTyConResKind and ieLWrappedName * Add recordSelectorTyCon_maybe * In exprType, panic instead of giving a trace message and dummy output. This prevents #18767 reoccurring. * Fix compilation error in fragile concprog001 test (part of #18732)
Diffstat (limited to 'compiler/GHC/Driver/Session.hs')
-rw-r--r--compiler/GHC/Driver/Session.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/GHC/Driver/Session.hs b/compiler/GHC/Driver/Session.hs
index 40987425b5..dcbe1b660c 100644
--- a/compiler/GHC/Driver/Session.hs
+++ b/compiler/GHC/Driver/Session.hs
@@ -2880,7 +2880,7 @@ dynamic_flags_deps = [
, make_dep_flag defFlag "funfolding-keeness-factor"
(floatSuffix (\_ d -> d))
- "-funfolding-keeness-factor is no longer respected as of GHC 8.12"
+ "-funfolding-keeness-factor is no longer respected as of GHC 9.0"
, make_ord_flag defFlag "fmax-worker-args"
(intSuffix (\n d -> d {maxWorkerArgs = n}))