diff options
author | Moritz Angermann <moritz.angermann@gmail.com> | 2021-02-13 16:44:19 +0800 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2021-03-29 17:25:49 -0400 |
commit | e754ff7f178a629a2261cba77a29d9510391aebd (patch) | |
tree | 77aca9f315288b52efbc9d410a57300a4029279d /docs | |
parent | 4421fb34b3a70db1323833337c94ac4364824124 (diff) | |
download | haskell-e754ff7f178a629a2261cba77a29d9510391aebd.tar.gz |
Allocate Adjustors and mark them readable in two steps
This drops allocateExec for darwin, and replaces it with
a alloc, write, mark executable strategy instead. This prevents
us from trying to allocate an executable range and then write to
it, which X^W will prohibit on darwin.
This will *only* work if we can use mmap.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/users_guide/packages.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/users_guide/packages.rst b/docs/users_guide/packages.rst index f24275311b..837a444a74 100644 --- a/docs/users_guide/packages.rst +++ b/docs/users_guide/packages.rst @@ -75,7 +75,7 @@ To see which packages are currently available, use the ``ghc-pkg list`` command: pretty-1.0.1.0 process-1.0.1.1 random-1.0.0.1 - rts-1.0 + rts-1.0.1 syb-0.1.0.0 template-haskell-2.4.0.0 terminfo-0.3.1 |