summaryrefslogtreecommitdiff
path: root/docs/users_guide/8.6.1-notes.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/users_guide/8.6.1-notes.rst')
-rw-r--r--docs/users_guide/8.6.1-notes.rst7
1 files changed, 5 insertions, 2 deletions
diff --git a/docs/users_guide/8.6.1-notes.rst b/docs/users_guide/8.6.1-notes.rst
index d2d5172f2b..c17664f1ae 100644
--- a/docs/users_guide/8.6.1-notes.rst
+++ b/docs/users_guide/8.6.1-notes.rst
@@ -32,9 +32,12 @@ Runtime system
- The GHC runtime linker now prefers user shared libraries above system ones.
When extra search directories are specified these are searched before anything
- else. This fixes `iuuc` on Windows given the proper search directories (e.g
- `-L/mingw64/lib`).
+ else. This fixes ``iuuc`` on Windows given the proper search directories (e.g
+ ``-L/mingw64/lib``).
+ - The GHC runtime linker now uses ``LIBRARY_PATH`` and the runtime loader now also
+ searches ``LD_LIBRARY_PATH``.
+
Template Haskell
~~~~~~~~~~~~~~~~