Modern Haskell → C translation approaches?
Haskell Community [Unofficial]
April 22, 2026
what do you need exactly from the obfuscation tooling?
The only haskell decompiler i know of only works if you have the debug symbols for the program. also the generated assembly is extremely hard to follow due to all the inlining and lazyness.
If the only concern is reverse engineering the only thing you need to prevent that for atleast a decade is just to ensure no debug symbols are inserted in the final binary.
Discussion in the ATmosphere