"stack build" encounter error
hi.
root@localhost:/usr/local/station-site# ls deck MIT-LICENSE.txt schemas src station.cabal docs README.md shell.nix stack.yaml test root@localhost:/usr/local/station-site# stack build /usr/local/station-site/../hjsonschema: canonicalizePath: does not exist (No such file or directory) root@localhost:/usr/local/station-site#
how to fix it?
Do you know how stack.yml files work? There's a description of them here: https://docs.haskellstack.org/en/stable/custom_snapshot/#yaml-format. You can see the one used by Station here: https://github.com/seagreen/station/blob/master/stack.yaml
It says that you need to clone hjsonschema and place it next to station for the build to work.
i see.thank u so much