How to make a package appear into a future stack LTS snapshot again?

笑着哭i 提交于 2019-12-13 03:18:58

问题


Sometimes certain packages get outdated, and they are not included subsequent stack LTS's snapshots. Is there a standard procedure to have these packages back into a future snapshot?


回答1:


First thing you have to do is to get your package into nightly. For this, you open a PR on the fpco/stackage GitHub project. It is recommended to follow the given template and make sure all checkboxes are ticked (that is, you tested that the package works locally with the latest nightly).

Once the PR is opened, the curator on duty from the Stackage curator team will test it and if all is good your package will land into nightly. This process usually takes less than a day after all issues are solved, but sometimes it could take 1 or 2 if there are snags in releasing the nightly for the current day.

Then, before the end of the week (when the Stackage curator team usually releases the new LTS version), you make a PR on the LTS repo, checking again all the checkboxes in the template, just like above. Then, it can take a while until the package lands in LTS, but you have nothing more to do after that.

All this infomration is also presented, in a condensed form, in the README for maintainers



来源:https://stackoverflow.com/questions/49090058/how-to-make-a-package-appear-into-a-future-stack-lts-snapshot-again

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!