swarm-game / swarm

Resource gathering + programming game
Other
834 stars 53 forks source link

Delete stack.yaml #1963

Closed noahyor closed 3 months ago

noahyor commented 3 months ago

Delete stack.yaml

Closes #1960.

xsebek commented 3 months ago

@noahyor why not get rid of the HIE stack file and make the cabal one default?

byorgey commented 3 months ago

@noahyor why not get rid of the HIE stack file and make the cabal one default?

Perhaps we should do that too. But aside from HLS configuration, if we are going to have a stack.yaml file in the repository we should make sure it is kept up to date. I was the one who always used to do that because I would use stack to build Swarm, but I don't any more.

noahyor commented 3 months ago

Done.

noahyor commented 3 months ago

We should also change the mergify rules accordingly.

nitinprakash96 commented 3 months ago

Since hie.yaml now defaults to cabal cradle, should it be committed to repository? If not, then I think we should still keep hie.yaml in .gitignore.

byorgey commented 3 months ago

You're right, let's remove hie.yaml and add it to .gitignore.