Open
Description
Currently we do ABI checking here:
haskell-language-server/bindist/wrapper.in
Lines 65 to 81 in f1e146b
@wz1000 suggested this should maybe be done in haskell-language-server-wrapper binary directly. But @fendor noted that the logic to get GHC is actually in hie-bios and this PR is relevant: haskell/hie-bios#282
So we probably want to check ABI in/via hie-bios.
Background: