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:
parent
fe1f4632a4
commit
e930237f61
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue