Do ghc-compiled binaries require GHC or are they self-contained?

Viewed 7270

If a friend wants to run my Haskell binaries, does he have to first install Haskell, or can he immediately run the binary by itself?

Is the answer the same on Mac, Windows, and Linux?

4 Answers
Related