summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2021-03-01 17:08:18 -0500
committerBen Gamari <ben@smart-cactus.org>2021-04-07 15:56:43 -0400
commitd588e98e3d336cdda9d4192b25c35f98df821c7d (patch)
tree7eca918b0b8ae88ebb5c3862a010d69729bdc510
parentcd7aa3775a1ff0fadf945f2fe89f536f7fc6e4b2 (diff)
downloadhaskell-d588e98e3d336cdda9d4192b25c35f98df821c7d.tar.gz
driver: Fix mention of GHC 8.12
Fixes #19458.
-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 f4e6bda404..3061d5e7aa 100644
--- a/compiler/GHC/Driver/Session.hs
+++ b/compiler/GHC/Driver/Session.hs
@@ -3028,7 +3028,7 @@ dynamic_flags_deps = [
(intSuffix (\n d -> d {ufDictDiscount = n}))
, 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}))
, make_ord_flag defGhciFlag "fghci-hist-size"