I tried to get Haskell running on GraalVM, but I wasn’t able to include the runtime environment. In Rust it’s just a matter of specifying the correct path for the Rust standard library, as described here.
Is there an equally simple solution for Haskell, or is it even possible at all?