diff options
author | Ben Gamari <ben@smart-cactus.org> | 2021-03-23 20:44:49 -0400 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2021-03-23 20:44:49 -0400 |
commit | 014cb8e36dbca973ff93c28b80d4b07baae00ce0 (patch) | |
tree | 8a7eaf9805ec2fc87ee3dcaa3c6380ab4f88acd5 | |
parent | 97aa6aea6f9629704fd71eb78312837958c99e63 (diff) | |
download | haskell-014cb8e36dbca973ff93c28b80d4b07baae00ce0.tar.gz |
users guide: Note LLVM version requirement in release notesghc-9.3-start
-rw-r--r-- | docs/users_guide/9.2.1-notes.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/users_guide/9.2.1-notes.rst b/docs/users_guide/9.2.1-notes.rst index bbd36c1dc3..dfe94c82f8 100644 --- a/docs/users_guide/9.2.1-notes.rst +++ b/docs/users_guide/9.2.1-notes.rst @@ -3,6 +3,12 @@ Version 9.2.1 ============== +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. + Language ~~~~~~~~ |