purescript / spago

🍝 PureScript package manager and build tool
BSD 3-Clause "New" or "Revised" License
792 stars 132 forks source link

Refuse to overwrite existing target bundle file unless it was generated by Spago in the first place #1260

Closed fsoikin closed 4 months ago

fsoikin commented 4 months ago

Description of the change

Fixes #1171

But this is a somewhat breaking change. Not completely breaking, but every existing project will need to either delete the bundle or build it at least once with --force-overwrite.

Checklist: