purescript-cookbook icon indicating copy to clipboard operation
purescript-cookbook copied to clipboard

Should `sources` field be removed from `spago.dhall`?

Open milesfrain opened this issue 2 years ago • 1 comments

FYI, I spotted this comment by @f-f in an old issue that came-up when working in this cookbook:

The new Spago does not have sources anymore

https://github.com/purescript/spago/issues/648#issuecomment-1722196491

Don't know if this new spago is released yet. Seems like the cookbook recipes will need to updated.

https://github.com/JordanMartinez/purescript-cookbook/blob/d6256a70d609fabeb3674dad62fb4d436895b1c6/recipes/HelloLog/spago.dhall#L4

milesfrain avatar Sep 17 '23 03:09 milesfrain

It's released as spago@next, and on the way to an alpha release, at which point it is going to be the default when folks install Spago. The old Spago codebase is effectively deprecated. So I guess it is a good moment to update the cookbook - docs for the new Spago are not published yet, so it's probably best to wait for that.

f-f avatar Sep 17 '23 08:09 f-f