Open nuernbergk opened 1 day ago
Thank you for reporting. I have not tested Stack well; in fact, I haven't added external package information (regarding https://github.com/kztk-m/EbU) to stack.yaml
yet. Currently, I am developing the package with cabal
, and thus, cabal build
should work instead.
By the way, since the error message does not mention this package, it seems to me that the error comes from Stack itself. Googling the error message "Failed populating package index cache", I found https://www.reddit.com/r/haskellquestions/comments/ed71ok/unable_to_add_classyprelude_dependency/, which suggests removing "~/.stack". But, I am not sure this workaround works for this case.
Anyway, since stack.yaml
has not been configured well for now, as written above, even after this issue has been resolved, I don't think stack build
works.
Now, stack build
works for the latest version 4014f8be95e22db5a812df8f0ab1e775ea08602a.
The command
stack build
always fails on the restructure branch for me:This happens even on a clean clone of the repository (no cache files etc). The master branch builds as expected.