summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2022-02-12 21:03:49 -0500
committerBen Gamari <ben@smart-cactus.org>2022-02-15 20:47:01 -0500
commitf1b4468e1d77492ec02b0a3ba96f39bc1d8ac7d9 (patch)
tree4c61d0016a5e566ca774544ae328efb4303cbd33
parent3c456671f8bf146c82b5dc52301ec61d9dbcd132 (diff)
downloadhaskell-f1b4468e1d77492ec02b0a3ba96f39bc1d8ac7d9.tar.gz
Fix LLVM version range
-rw-r--r--docs/users_guide/9.2.2-notes.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/users_guide/9.2.2-notes.rst b/docs/users_guide/9.2.2-notes.rst
index b7278ca1f1..86039f7c4d 100644
--- a/docs/users_guide/9.2.2-notes.rst
+++ b/docs/users_guide/9.2.2-notes.rst
@@ -7,7 +7,7 @@ The significant changes to the various parts of the compiler are listed in the
following sections.
The :ghc-flag:`LLVM backend <-fllvm>` of this release is to be used with LLVM
-10 or 11.
+9, 10, 11, or 12.