NOTE: -eventlog and -prof are mutually exlusive!
one can thus use only one of either from below:
cabal configure --enable-executable-profiling --ghc-options="-prof -fprof-auto-calls" && cabal build
+RTS -h -p / +RTS -hc -p
+RTS -hy -p
+RTS -hd -p
cabal configure --ghc-options="-eventlog -threaded -debug" && cabal build
+RTS -lf -ls -l
cabal configure --ghc-options="-debug" && cabal build
+RTS -xc