I want to be able to call stack from within haskell to build a project for me. Nothing in the documentation explains this and going through src/main/Main.hs
has been difficult to understand what function is the correct to use.
CLI version of what I want to run with imported stack functions:
stack build --fast
Explicitly not using calls to bash.