The path component for libraries (think /usr/lib versus /usr/lib64) is OS dependent. But it is hardcoded in "hptool/src/GhcDist.hs" and "hptool/src/OS/Posix.hs".
Suggested fix: Make what is now hardcoded as "lib" a parameter that is possible to override with a command option to "platform.sh", in the same way that one can now override prefix with the
--prefix command option.
"lib" is also hardcoded in the script "activate-hs".
The path component for libraries (think /usr/lib versus /usr/lib64) is OS dependent. But it is hardcoded in "hptool/src/GhcDist.hs" and "hptool/src/OS/Posix.hs".
Suggested fix: Make what is now hardcoded as "lib" a parameter that is possible to override with a command option to "platform.sh", in the same way that one can now override prefix with the --prefix command option.
"lib" is also hardcoded in the script "activate-hs".