diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/users_guide/8.10.1-notes.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/users_guide/8.10.1-notes.rst b/docs/users_guide/8.10.1-notes.rst index 911e123c59..b405520c70 100644 --- a/docs/users_guide/8.10.1-notes.rst +++ b/docs/users_guide/8.10.1-notes.rst @@ -205,6 +205,11 @@ GHCi Runtime system ~~~~~~~~~~~~~~ +- The runtime system linker now marks loaded code as non-writable (see + :ghc-ticket:`14069`) on all tier-1 platforms. This is necesaary for + out-of-the-box compatibility with OpenBSD and macOS Catalina (see + :ghc-ticket:`17353`) + Template Haskell ~~~~~~~~~~~~~~~~ |