Install cabal by installing GHCUP or another method described on the Haskell Website.
cabal update;
Also install the following VSCode/Codium/CodeOSS extensions:
hoovercj.haskell-linter
justusadam.language-haskell
haskell.haskell
cabal run glados -- file.scm;
or
make ARGS="file.scm"
In order to see coloured output and no coverage when running the tests, please run the tests with one of the following commands:
cabal run test
make test