GHC Cross-Compilation Sources on Linux Host for Windows

Are there any tools / hints / tricks that will allow me to compile a windows application on a Linux host?

I checked the CrossCompilation page on the wiki, but didn’t receive it, it is ready for use yet.

+5
source share
1 answer

No, GHC does not yet support cross-compilation. The best you can do is install GHC in VM or Wine.

+4
source

All Articles