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