remove .stack-work

build is failing on commit d409f92318
but the error message quotes a version of Utility/Process/Transcript.hs
before a fix yesterday. All I can think is stack may have cached the old
version, perhaps after cpp?
This commit is contained in:
Joey Hess 2020-07-02 11:16:05 -04:00
parent fe1f4632a4
commit e930237f61
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -39,6 +39,9 @@ stack --version
#stack upgrade --force-download
#stack --version
# temporary
rm -rf .stack-work
# Get stack build environment set up before trying to build any binaries.
stack setup
stack build --only-dependencies