Currently, the README has several workflows that just use `runhaskell`, which is unrealistic in practice. - Reduce the number of `runhaskell` workflows (1 seems sufficient) - Add a realistic workflow using `stack`, with caching. Follows up on: - #211
Currently, the README has several workflows that just use
runhaskell, which is unrealistic in practice.runhaskellworkflows (1 seems sufficient)stack, with caching.Follows up on: