Skip to content

GHCi Linker: Do not panic on linker errors

Peter Trommler requested to merge wip/T11531 into master

User errors such as missing -l flags on the comand line or broken installations where development versions for libraries are missing are a problem beyond GHC's control and thus it should not panic but report the error to the user.

Fixes #11531 (closed)

Edited by Peter Trommler

Merge request reports