r2mishra / roebling

Load Testing Tool using Haskell
Other
2 stars 0 forks source link

Move to pure Cabal for project build management #5

Closed SumanthRH closed 11 months ago

SumanthRH commented 11 months ago

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.