Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removes `stack setup ghc-8.10.4` and `stack update`, as neither should be required. Replaces `RUN cd /src` with `WORKDIR /src` as former does not appear to have the desired effect. Consistent with `release.hs`, use `--nightly-2022-08-02 --extra-dep Cabal-3.6.3.0` with final `stack script`. Also uses separate `RUN` commands rather than `&&`, for shorter lines and better clarity.
- Loading branch information