Skip to content

Draft: Add support for plugins in cross-compiler (#14335)

Sylvain Henry requested to merge hsyl20/ghc:hsyl20/plugins-hscenv into master

Work-in-progress. Here for code sharing.

Add support for plugins in cross-compilers by using a second HscEnv for plugins. Need more tests and polishing.

Merge request reports