Can standalone Haskell Executable run across Machine having the same OS? – CentOS
NOTE: I am using Stack. When we do (say on a CentOS machine) stack install --ghc-options='-optl-static -optl-pthread' --force-dirty --local-bin-path path-to-executable(my-project-exe) Can the newly created my-project-exe executable run across machines (having the same OS/Architecture) just by running ./my-project-exe ? Sorry if…