Currently we're using stack and cabal for build management and it's messy. I've had a bunch of issues with the stack build on my laptop as well. Running everything with cabal works. So, this is a move to remove the stack dependency (it's not doing much anyway) and stick to cabal + hpack.
Also, I added a setup.md file to make things easier.
What does this PR do?
Currently we're using stack and cabal for build management and it's messy. I've had a bunch of issues with the stack build on my laptop as well. Running everything with cabal works. So, this is a move to remove the stack dependency (it's not doing much anyway) and stick to cabal + hpack.
Also, I added a setup.md file to make things easier.