I have Haskell already installed on my system, and that includes stack but not cabal.
So, in order to run the tests for this course, I installed ghcup in Docker, then cabal, and ran the tests there.
Would a PR with instructions for how to do this be useful? Or a Dockerfile even?
I have Haskell already installed on my system, and that includes
stackbut notcabal.So, in order to run the tests for this course, I installed
ghcupin Docker, then cabal, and ran the tests there.Would a PR with instructions for how to do this be useful? Or a
Dockerfileeven?