swarm-game / swarm

Resource gathering + programming game
Other
820 stars 51 forks source link

Delete `stack.yaml` #1960

Closed noahyor closed 1 week ago

noahyor commented 1 week ago

Stack currently cannot compile swarm on windows and I think it is currently not recommended.

However, we still have a stack.yaml, which is very annoying for me because VS Code defaults to stack, so I have to delete it manually every time I pull, and then explicitly not stage the deletion when I commit.

nitinprakash96 commented 1 week ago

I think this should be fine. Because deleting stack.yaml has no effect on compilation whatsoever. And on loading HLS either.

byorgey commented 1 week ago

Yes, good idea. Either we should delete it, OR commit to making sure it continues building (by e.g. building with it in CI). Currently trying to do a stack build results in an error. I think we should just delete it. @noahyor do you want to make a PR?

noahyor commented 1 week ago

Yes! I would like to make a PR.