Skip to content

Replace `LANGUAGE CPP` with two platform-specific source files

Jean-Paul Calderone requested to merge remove-language-cpp into main

LANGUAGE CPP works but comes with some downsides (surprising source rewriting, more recompilations). We can avoid them by having cabal deal with the platform differences instead.

Merge request reports