diff options
author | Bodigrim <andrew.lelechenko@gmail.com> | 2023-02-11 01:30:27 +0000 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2023-02-13 12:51:52 -0500 |
commit | 081640f1e0b5a9def306f3e13c1825fef5403c95 (patch) | |
tree | 986ad71238b9578cb05a5b7b3277279f4c0b5283 | |
parent | da208b9aa03eaeec34528a7815d4d3451c106e18 (diff) | |
download | haskell-081640f1e0b5a9def306f3e13c1825fef5403c95.tar.gz |
Document that -fproc-alignment was introduced only in GHC 8.6
-rw-r--r-- | docs/users_guide/debugging.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/users_guide/debugging.rst b/docs/users_guide/debugging.rst index e9d61e3834..e2acac340f 100644 --- a/docs/users_guide/debugging.rst +++ b/docs/users_guide/debugging.rst @@ -1046,6 +1046,8 @@ Checking for consistency :shortdesc: Align functions at given boundary. :type: dynamic + :since: 8.6.1 + Align functions to multiples of the given value. Only valid values are powers of two. |