Open traytonwhite opened 1 year ago
FWIW, I just successfully built it after cloning, with stack build
, and stack --version
showing 2.13.1. The difference lies in the LTS version: the committed stack.yaml
definitely still works, but the stack install gotta-go-fast
command without being in the project directory uses the latest snapshot, lts-21.22
, with which it stops working.
Trying to install via stack using 2.11.1, I receive the below error messages when Compiling UI:
It appears at v1 Brick moved away from Next and continue to a different control flow mechanism: https://github.com/jtdaugherty/brick/blob/master/CHANGELOG.md#10
Not sure if you'd prefer to add a version cap to the
gotta-go-fast.cabal
file: https://github.com/callum-oakley/gotta-go-fast/blob/195b736b4a54261f01353150df9ff5dd5b3ad21f/gotta-go-fast.cabal#L24Or update to use the new control flow mechanism.