Omar Polo wrote: > What I think it's required to compile and run haskell program is to > wxallow the partition. If you're using the standard layout the /tmp > and /home should be wxallowed.
Yep, GHC creates binaries with W^X violations. The GHC developers are working on this problem in [0], but for now Haskell binaries have to be run from a filesystem mounted as wxallowed. 0: https://gitlab.haskell.org/ghc/ghc/issues/14069