Support LIBRARY_PATH and LD_LIBRARY_PATH in rts (#14611) · Issues · Glasgow Haskell Compiler / GHC · GitLab
To complement the C compiler's usage of these, the Haskell runtime loader should use LD_LIBRARY_PATH to load shared libraries and the linker should use LIBRARY_PATH to...